From 48f6b027553e2149db18ca703850c7e6769848a4 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean <michal-gdula@protonmail.com> Date: Wed, 19 Apr 2023 15:05:21 +0000 Subject: [PATCH] Switch away from date-based versions --- onlylegs/static/js/index.js | 2 +- pyproject.toml | 2 +- run.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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', - '<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.12</a> ' + + '<a href="https://github.com/Fluffy-Bean/onlylegs">v0.1.0</a> ' + 'using <a href="https://phosphoricons.com/">Phosphoricons</a> and Flask.' + '<br>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 <michal-gdula@protonmail.com>"] 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 """ )