diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-02 12:41:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 12:41:26 +0300 |
commit | f40e7af475becd12eaa99db558932f1643cb45d0 (patch) | |
tree | 435239cac4c087f900853d14ec1e45972a7383d7 /layouts | |
parent | 36dd93ef5b45c1a142831a311c768075eb351863 (diff) |
5.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 c866f2b..e11de17 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.0.5 - https://github.com/cstate/cstate'); + console.log('cState v5.1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |