aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2024-01-18 11:58:37 +0200
committerGitHub <noreply@github.com>2024-01-18 11:58:37 +0200
commit0705cd1b7501e8ff724021e18470246fe5563a8c (patch)
tree8ed621637d8149073c9949d8c97aba96dee00bf1 /layouts/partials/js.html
parent2c9558bf290213f65589370f16911eb53e3ca794 (diff)
parentdfa0d4f350ee90b4c093629bbac46f5b8392928f (diff)
v5.6.1 - css bugfix #309
Dev
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 b7dad07..107a506 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -3,7 +3,7 @@
* Dev toolset
*/
- console.log('cState v5.6 - https://github.com/cstate/cstate');
+ console.log('cState v5.6.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
/**