aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 18:41:26 +0300
committerGitHub <noreply@github.com>2022-07-13 18:41:26 +0300
commit44f87a0c23691761661ef98b862f18d5747c0153 (patch)
treeaa8e2e0ca58bd1611fa22732aee6d434825d8679 /layouts/partials/js.html
parent6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (diff)
parentbdd27c6ee3ec7f127cf9bc1e567c7a7a23b16a09 (diff)
cState v5.4 goes live
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r--layouts/partials/js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 1b9c554..46ee732 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.3 - https://github.com/cstate/cstate');
+ console.log('cState v5.4 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**