diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-01 23:22:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 23:22:29 +0300 |
commit | f9cad0c0620613c5d67cdf3ce09008a53c763827 (patch) | |
tree | 4fecaec45356260d573ff99a45094d86d5cbb569 /layouts | |
parent | 5eeb02b07877d91a075aa0eac9bf0855674215c2 (diff) |
5.0.5
Diffstat (limited to 'layouts')
-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 954461b..c866f2b 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.0.4 - https://github.com/cstate/cstate'); + console.log('cState v5.0.5 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |