aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-10-10 16:57:04 +0300
committerGitHub <noreply@github.com>2021-10-10 16:57:04 +0300
commit3358049096f1b1374b244d4d6466f63a00757441 (patch)
tree57abb49e979770612a81ed8e08171cf8c25630f9
parent06e17fe7fa96dd29babda710c83111225974d5d8 (diff)
5.2 update
-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 e11de17..88948df 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.1 - https://github.com/cstate/cstate');
+ console.log('cState v5.2 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**