diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-09-02 12:04:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-02 12:04:00 +0300 |
commit | 75c7d0227d07bd99aa5c9d590fbedce62c466626 (patch) | |
tree | e7416bd56817d08e96c695bd639a436b75c10254 | |
parent | e5ab78109f243948c721379f912c1f0a86284e98 (diff) |
Fix link/ver in console
-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'; |