aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-07-24 13:53:52 +0300
committerGitHub <noreply@github.com>2021-07-24 13:53:52 +0300
commite8152a351f808fef1bd096ab4fa09c84a4f76b6b (patch)
treeb0d88767c9bcf29d2171a196041437a1620cb312 /layouts/partials
parentf5760ebdcdfd73155e28f7d3b59f20794ac9cb20 (diff)
5.0.4
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 c0c044d..954461b 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.0.3 - https://github.com/cstate/cstate');
+ console.log('cState v5.0.4 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**