diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-08 13:45:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 13:45:28 +0300 |
commit | 64c7f4a3601bb8d0fa6eac08ef7c50c759b5b440 (patch) | |
tree | d19a7eeff0ed679c58b3e30d627b1b768777e435 /layouts/partials/js.html | |
parent | 7e9b906f2e06324e56db9e144115e53bb1ec4ee8 (diff) |
Update js.html
Diffstat (limited to 'layouts/partials/js.html')
-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 fb7b802..81a6e35 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('Welcome to cState v2.0! https://github.com/cstate/cstate'); + console.log('You are using cState v2.0-rc4: https://github.com/cstate'); document.querySelector('html').className = 'js'; |