aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-10-24 21:44:59 +0300
committerGitHub <noreply@github.com>2022-10-24 21:44:59 +0300
commitf5778af36c3d4660fea475a000d7b1db5ae94e19 (patch)
treea2a87a936a8a0d9547e86d9a19c98e4720440635
parentf9d8202f976640838858782a2df271644132d13f (diff)
v5.5
-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 46ee732..543f92f 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.4 - https://github.com/cstate/cstate');
+ console.log('cState v5.5 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**