aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-06-29 18:57:36 +0300
committerGitHub <noreply@github.com>2020-06-29 18:57:36 +0300
commit077b1fd61dc9962a477de14f26b09826000cc6ef (patch)
treea5cccc8e19b306519507c21024d8b376c6e5ea88
parent076be2054d1bc4e347d428853381bfe0f75d58b6 (diff)
v4.3
-rw-r--r--layouts/partials/js.html2
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';
/**