aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2023-09-02 14:10:42 +0300
committerGitHub <noreply@github.com>2023-09-02 14:10:42 +0300
commitf317386a8e46ae7b7a0e00b3cb21b3dbfebb5da8 (patch)
treea99a5fe988ca7db820d3532b32a41fec55f9104a
parent0ef6477ded0d9f2c31d480531b46f44e21b27f71 (diff)
5.5.2
-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 9e4dd9d..a5b974e 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.5.1 - https://github.com/cstate/cstate');
+ console.log('cState v5.5.2 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**