aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-10-01 23:23:26 +0300
committerGitHub <noreply@github.com>2021-10-01 23:23:26 +0300
commite4a030f208303e78e9cdd1166a1a411463c57990 (patch)
tree94a1ac86298ccf3fd23dc1d3b3b3d195f85ce6a8 /layouts/partials/js.html
parent44ffe1d6445d3de9ee501662e3242ad9f85ced68 (diff)
parent5bd31631bd30fd5753c3dd4c6de8a7d60319cd8b (diff)
cState v5.0.5 officially released
cState v5.0.5
Diffstat (limited to 'layouts/partials/js.html')
-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 954461b..c866f2b 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.0.4 - https://github.com/cstate/cstate');
+ console.log('cState v5.0.5 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**