diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-04-19 11:21:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 11:21:52 +0300 |
commit | 256c3ca8f0eabc28e81b75f568cc841f0bac5ab7 (patch) | |
tree | 116e29174a5a418bb46d9b8c45a26332097e2a4c /layouts/partials/js.html | |
parent | f891917fa1e6da170cd25893e3be7d1f72a370d3 (diff) |
v5.0.1
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 28ce0a1..939cb9a 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.0 - https://github.com/cstate/cstate'); + console.log('cState v5.0.1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |