aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-10-29 15:10:23 +0300
committerGitHub <noreply@github.com>2022-10-29 15:10:23 +0300
commitbeacd92b03b710ca01cb407d4440d51ff1fd3347 (patch)
treecf6cbba0a1a8a857561c25415497d6fa39f83029 /layouts/partials
parent9e9ffbe4e6463dfdb9cc9d307e365e1fba8c758b (diff)
ver bump for #252 hotfix
Diffstat (limited to 'layouts/partials')
-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 543f92f..9e4dd9d 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.5 - https://github.com/cstate/cstate');
+ console.log('cState v5.5.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**