aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2024-01-18 11:58:17 +0200
committerGitHub <noreply@github.com>2024-01-18 11:58:17 +0200
commitdfa0d4f350ee90b4c093629bbac46f5b8392928f (patch)
tree8ed621637d8149073c9949d8c97aba96dee00bf1 /layouts/partials/js.html
parent849be38342e144802cceb854ad1f8d6821498535 (diff)
5.6.1
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 b7dad07..107a506 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.6 - https://github.com/cstate/cstate');
+ console.log('cState v5.6.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**