diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-05-19 13:17:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 13:17:49 +0300 |
commit | 9527ad08ecb4fc07a1dc602f5f0f7106badc902a (patch) | |
tree | 66be45f0b9b331ee6bf5399a9b3ac817137baf88 /layouts | |
parent | f6ff9b6517f234352bf14fd86ad6779072ddbbf1 (diff) |
VERSION 4.2.0 CHANGE
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 3b35a65..939a90f 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v4.1.1 - https://github.com/cstate/cstate'); + console.log('cState v4.2.0 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |