diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-12-01 14:00:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 14:00:26 +0200 |
commit | 84b063191f40addb3648bfbc30d4761373f2e531 (patch) | |
tree | ea645fc33ba90aea5f1f449809945faa9f10139d /layouts | |
parent | 80d479131ecc94536074a0dfe54b0e11304d5c84 (diff) |
v5.6
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 a5b974e..2e06196 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.5.2 - https://github.com/cstate/cstate'); + console.log('cState v5.6 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |