aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-06-30 16:42:47 +0300
committerGitHub <noreply@github.com>2020-06-30 16:42:47 +0300
commitc2279e4256eb792bcb11b31f39462debbad466a9 (patch)
treeef825bf1c09d950b3b16620bd57a12ab182576b1 /layouts/partials
parent5585c30299b414cd134d5594e7c1357f62e1ceb6 (diff)
v4.3.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 3300811..3b11369 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v4.3 - https://github.com/cstate/cstate');
+ console.log('cState v4.3.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**