From 77167b902dd20fd25bb8eec50f1b9b7840aca339 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Sat, 22 Apr 2023 11:46:56 +0000 Subject: [PATCH] Update version --- onlylegs/static/js/index.js | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"