diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2024-01-18 11:58:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:58:17 +0200 |
commit | dfa0d4f350ee90b4c093629bbac46f5b8392928f (patch) | |
tree | 8ed621637d8149073c9949d8c97aba96dee00bf1 | |
parent | 849be38342e144802cceb854ad1f8d6821498535 (diff) |
5.6.1
-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 b7dad07..107a506 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.6 - https://github.com/cstate/cstate'); + console.log('cState v5.6.1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |