aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 17:39:16 +0300
committerGitHub <noreply@github.com>2022-07-13 17:39:16 +0300
commit451cdfd839318c98b06767f00778ee8aef49c0e2 (patch)
treeaaf2ee9e58564bb12e90c0f842ebaa422d804195 /layouts/partials/js.html
parent0e2d6d5a1188bba19a337204b3afc4804d0a13e2 (diff)
5.4 bump
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';
/**