diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-07-24 13:53:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 13:53:52 +0300 |
commit | e8152a351f808fef1bd096ab4fa09c84a4f76b6b (patch) | |
tree | b0d88767c9bcf29d2171a196041437a1620cb312 | |
parent | f5760ebdcdfd73155e28f7d3b59f20794ac9cb20 (diff) |
5.0.4
-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 c0c044d..954461b 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v5.0.3 - https://github.com/cstate/cstate'); + console.log('cState v5.0.4 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |