diff options
-rw-r--r-- | layouts/partials/js.html | 2 |
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'; |