diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:28:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 21:28:46 +0200 |
commit | dc101bb197a231214659122a8ecb25476a7264fc (patch) | |
tree | 9f435a634f9fa0a6fbc2d58111c19f77c4aaf39e /layouts/partials/js.html | |
parent | 16f1aac9c1114e6fd9bf11ab2e97353b9dfa931b (diff) |
v4.4
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r-- | layouts/partials/js.html | 2 |
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'; /** |