diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-06-16 13:44:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 13:44:20 +0300 |
commit | c80a9c194857761c94db6ba625f65b3a2ade24e4 (patch) | |
tree | cd15c15b4fff1b5a67fbabe94c442f215b229f86 /layouts | |
parent | 8632907d4b64c71cb05aaa42743c114fcc688e16 (diff) |
v4.2.1
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 939a90f..fad5d37 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v4.2.0 - https://github.com/cstate/cstate'); + console.log('cState v4.2.1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |