aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-04-19 11:21:52 +0300
committerGitHub <noreply@github.com>2021-04-19 11:21:52 +0300
commit256c3ca8f0eabc28e81b75f568cc841f0bac5ab7 (patch)
tree116e29174a5a418bb46d9b8c45a26332097e2a4c /layouts/partials
parentf891917fa1e6da170cd25893e3be7d1f72a370d3 (diff)
v5.0.1
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 28ce0a1..939cb9a 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.0 - https://github.com/cstate/cstate');
+ console.log('cState v5.0.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**