diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-06-29 18:57:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 18:57:36 +0300 |
commit | 077b1fd61dc9962a477de14f26b09826000cc6ef (patch) | |
tree | a5cccc8e19b306519507c21024d8b376c6e5ea88 /layouts/partials | |
parent | 076be2054d1bc4e347d428853381bfe0f75d58b6 (diff) |
v4.3
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 fad5d37..3300811 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v4.2.1 - https://github.com/cstate/cstate'); + console.log('cState v4.3 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** |