diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-02-08 14:05:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 14:05:43 +0200 |
commit | afa9c05e78c634bfbb37f4fb6b23d85b73570731 (patch) | |
tree | 0151635bb25f02479ca4c3d652ce49093f5f5cfd /layouts/partials | |
parent | 752d345292f7501bf74a0c058b42a46b3c4a954f (diff) |
Update js.html
Diffstat (limited to 'layouts/partials')
-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 1dd36fd..2e224a1 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v3.1.0 - dev - https://github.com/cstate/cstate'); + console.log('cState v3.1.0 - rc1 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |