Update version

This commit is contained in:
Michał 2023-03-25 19:49:13 +00:00
parent b862c74bbe
commit 824c849eaa
3 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ window.onload = function () {
popUpShow('OnlyLegs Gallery',
'Using <a href="https://phosphoricons.com/">Phosphoricons</a> and <a href="https://www.gent.media/manrope">Manrope</a> <br>' +
'Made by Fluffy and others with ❤️ <br>' +
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.03.23</a>');
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.03.25</a>');
}
};
window.onscroll = function () {

View file

@ -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 <michal-gdula@protonmail.com>"]
license = "MIT"

2
run.py
View file

@ -12,7 +12,7 @@ print("""
| |_| | | | | | |_| | |__| __/ (_| \\__ \\
\\___/|_| |_|_|\\__, |_____\\___|\\__, |___/
|___/ |___/
Created by Fluffy Bean - Version 23.03.23
Created by Fluffy Bean - Version 23.03.25
""")