Switch away from date-based versions

This commit is contained in:
Michał 2023-04-19 15:05:21 +00:00
parent 6a8c22e8ad
commit 48f6b02755
3 changed files with 3 additions and 3 deletions

View file

@ -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 ❤️');
}

View file

@ -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"

2
run.py
View file

@ -15,7 +15,7 @@ print(
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
######## ### #### ########## ### ########## ######### ######### ########
Created by Fluffy Bean - Version 23.04.12
Created by Fluffy Bean - Version 0.1.0
"""
)