diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2019-12-21 21:12:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-21 21:12:53 +0200 |
commit | 7f2b0d1a397652d3d298dad7bcd3ca10be704329 (patch) | |
tree | 1da6d9207c2ee664aefd9ea16421ab8d46ff4c7d | |
parent | b930ce60cca31c49775450e3b127130f13f68308 (diff) |
Finalize ver
-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 7740d85..ffdced4 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v4.0.0 - rc1 2019-12-15 - https://github.com/cstate/cstate'); + console.log('cState v4.0.0 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |