aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-06-16 13:44:20 +0300
committerGitHub <noreply@github.com>2020-06-16 13:44:20 +0300
commitc80a9c194857761c94db6ba625f65b3a2ade24e4 (patch)
treecd15c15b4fff1b5a67fbabe94c442f215b229f86
parent8632907d4b64c71cb05aaa42743c114fcc688e16 (diff)
v4.2.1
-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 939a90f..fad5d37 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v4.2.0 - https://github.com/cstate/cstate');
+ console.log('cState v4.2.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**