aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-01-25 18:14:35 +0200
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-01-25 18:14:35 +0200
commit5f364a5ef49c6ace597399442ba3556be2cfee89 (patch)
treef3bcbbb1200663ad5f9803c0ffbd66bb3e4d7a2e /layouts/partials/js.html
parent290aa0df0204038b8c7b23c28d716755e468f169 (diff)
Misc. changes
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 af3bb80..1dd36fd 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v3.0.0 - Stable 2019-01-24 - https://github.com/cstate/cstate');
+ console.log('cState v3.1.0 - dev - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**