diff --git a/onlylegs/static/js/index.js b/onlylegs/static/js/index.js index 9cae4bb..c460b0b 100644 --- a/onlylegs/static/js/index.js +++ b/onlylegs/static/js/index.js @@ -65,7 +65,7 @@ window.onload = function () { } infoButton.onclick = function () { popUpShow('OnlyLegs', - 'V23.04.12 ' + + 'v0.1.0 ' + 'using Phosphoricons and Flask.' + '
Made by Fluffy and others with ❤️'); } diff --git a/pyproject.toml b/pyproject.toml index 6b2b85b..7d70990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onlylegs" -version = "23.04.12" +version = "0.1.0" description = "Gallery built for fast and simple image management" authors = ["Fluffy-Bean "] license = "MIT" diff --git a/run.py b/run.py index 15b8f82..83b6fc6 100644 --- a/run.py +++ b/run.py @@ -15,7 +15,7 @@ print( #+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+# ######## ### #### ########## ### ########## ######### ######### ######## - Created by Fluffy Bean - Version 23.04.12 + Created by Fluffy Bean - Version 0.1.0 """ )