diff --git a/onlylegs/static/js/index.js b/onlylegs/static/js/index.js index f56f454..8817bf2 100644 --- a/onlylegs/static/js/index.js +++ b/onlylegs/static/js/index.js @@ -45,7 +45,7 @@ window.onload = function () { } infoButton.onclick = function () { popUpShow('OnlyLegs', - 'v0.1.2 ' + + 'v0.1.4 ' + 'using Phosphoricons and Flask.' + '
Made by Fluffy and others with ❤️'); } diff --git a/pyproject.toml b/pyproject.toml index 0319072..1be1a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OnlyLegs" -version = "0.1.2" +version = "0.1.4" repository = "https://github.com/Fluffy-Bean/onlylegs" license = "MIT" readme = "README.md"