aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-03-23 12:14:34 +0200
committerGitHub <noreply@github.com>2020-03-23 12:14:34 +0200
commit4cdb6bf30a8c072ff0b756513749998ef78f16b8 (patch)
tree771890e6f8c83e75b2f205546b43a9c723383b79 /layouts
parent904057a8eff5da0064de79617292f99fc1449120 (diff)
i was wrong - it is supposed to be v4.1.1
Diffstat (limited to 'layouts')
-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 85f65f5..3b35a65 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v4.1.0 - https://github.com/cstate/cstate');
+ console.log('cState v4.1.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**