From 9eee2f0526eaa44fb6f101ec2808187a952c37fc Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Mon, 10 Apr 2023 15:56:22 +0000 Subject: [PATCH] Update version --- gallery/static/js/index.js | 2 +- pyproject.toml | 2 +- run.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gallery/static/js/index.js b/gallery/static/js/index.js index c679e5c..fdff447 100644 --- a/gallery/static/js/index.js +++ b/gallery/static/js/index.js @@ -65,7 +65,7 @@ window.onload = function () { } infoButton.onclick = function () { popUpShow('OnlyLegs', - 'V23.04.09 ' + + 'V23.04.10 ' + 'using Phosphoricons and Flask.' + '
Made by Fluffy and others with ❤️'); } diff --git a/pyproject.toml b/pyproject.toml index 56cb6f9..e4c513a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onlylegs" -version = "23.04.09" +version = "23.04.10" description = "Gallery built for fast and simple image management" authors = ["Fluffy-Bean "] license = "MIT" diff --git a/run.py b/run.py index 59a0f17..b7efc15 100644 --- a/run.py +++ b/run.py @@ -15,7 +15,7 @@ print( #+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+# ######## ### #### ########## ### ########## ######### ######### ######## - Created by Fluffy Bean - Version 23.04.09 + Created by Fluffy Bean - Version 23.04.10 """ )