aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-10-01 23:22:29 +0300
committerGitHub <noreply@github.com>2021-10-01 23:22:29 +0300
commitf9cad0c0620613c5d67cdf3ce09008a53c763827 (patch)
tree4fecaec45356260d573ff99a45094d86d5cbb569 /layouts/partials
parent5eeb02b07877d91a075aa0eac9bf0855674215c2 (diff)
5.0.5
Diffstat (limited to 'layouts/partials')
-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 954461b..c866f2b 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.0.4 - https://github.com/cstate/cstate');
+ console.log('cState v5.0.5 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**