aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2020-10-27 21:28:46 +0200
committerGitHub <noreply@github.com>2020-10-27 21:28:46 +0200
commitdc101bb197a231214659122a8ecb25476a7264fc (patch)
tree9f435a634f9fa0a6fbc2d58111c19f77c4aaf39e /layouts/partials
parent16f1aac9c1114e6fd9bf11ab2e97353b9dfa931b (diff)
v4.4
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 3b11369..b398fbe 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v4.3.1 - https://github.com/cstate/cstate');
+ console.log('cState v4.4 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**