diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-07-13 17:39:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:39:16 +0300 |
commit | 451cdfd839318c98b06767f00778ee8aef49c0e2 (patch) | |
tree | aaf2ee9e58564bb12e90c0f842ebaa422d804195 | |
parent | 0e2d6d5a1188bba19a337204b3afc4804d0a13e2 (diff) |
5.4 bump
-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 1b9c554..46ee732 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.3 - https://github.com/cstate/cstate'); + console.log('cState v5.4 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |