aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-02-12 11:23:28 +0200
committerGitHub <noreply@github.com>2022-02-12 11:23:28 +0200
commit7bc4bab34be958f82a25c898db9e6b5db7d07f73 (patch)
treeb70a416b983372822c05197820bee704cb95a5a0 /layouts
parentb17f38da158cc46652a27c98fb70cb533ec39142 (diff)
5.3 ver
Diffstat (limited to 'layouts')
-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 88948df..1b9c554 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.2 - https://github.com/cstate/cstate');
+ console.log('cState v5.3 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**