From 824c849eaacb66411b525df426fda41be168fdb3 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Sat, 25 Mar 2023 19:49:13 +0000 Subject: [PATCH] Update version --- gallery/static/js/main.js | 2 +- pyproject.toml | 2 +- run.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gallery/static/js/main.js b/gallery/static/js/main.js index 6853dfb..85f8705 100644 --- a/gallery/static/js/main.js +++ b/gallery/static/js/main.js @@ -97,7 +97,7 @@ window.onload = function () { popUpShow('OnlyLegs Gallery', 'Using Phosphoricons and Manrope
' + 'Made by Fluffy and others with ❤️
' + - 'V23.03.23'); + 'V23.03.25'); } }; window.onscroll = function () { diff --git a/pyproject.toml b/pyproject.toml index 6ba04ee..64b633f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onlylegs" -version = "23.03.23" +version = "23.03.25" description = "Gallery built for fast and simple image management" authors = ["Fluffy-Bean "] license = "MIT" diff --git a/run.py b/run.py index 43b0873..4df83a9 100644 --- a/run.py +++ b/run.py @@ -12,7 +12,7 @@ print(""" | |_| | | | | | |_| | |__| __/ (_| \\__ \\ \\___/|_| |_|_|\\__, |_____\\___|\\__, |___/ |___/ |___/ -Created by Fluffy Bean - Version 23.03.23 +Created by Fluffy Bean - Version 23.03.25 """)