aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-09-02 12:04:00 +0300
committerGitHub <noreply@github.com>2018-09-02 12:04:00 +0300
commit75c7d0227d07bd99aa5c9d590fbedce62c466626 (patch)
treee7416bd56817d08e96c695bd639a436b75c10254 /layouts/partials/js.html
parente5ab78109f243948c721379f912c1f0a86284e98 (diff)
Fix link/ver in console
Diffstat (limited to 'layouts/partials/js.html')
-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 81a6e35..6282729 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('You are using cState v2.0-rc4: https://github.com/cstate');
+ console.log('You are using cState v2.0.1: https://github.com/cstate/cstate');
document.querySelector('html').className = 'js';