mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-28 18:36:21 +00:00
Update version
This commit is contained in:
parent
2174b10879
commit
2ca022589a
|
@ -65,7 +65,7 @@ window.onload = function () {
|
|||
}
|
||||
infoButton.onclick = function () {
|
||||
popUpShow('OnlyLegs',
|
||||
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.10</a> ' +
|
||||
'<a href="https://github.com/Fluffy-Bean/onlylegs">V23.04.12</a> ' +
|
||||
'using <a href="https://phosphoricons.com/">Phosphoricons</a> and Flask.' +
|
||||
'<br>Made by Fluffy and others with ❤️');
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "onlylegs"
|
||||
version = "23.04.10"
|
||||
version = "23.04.12"
|
||||
description = "Gallery built for fast and simple image management"
|
||||
authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
2
run.py
2
run.py
|
@ -15,7 +15,7 @@ print(
|
|||
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
|
||||
######## ### #### ########## ### ########## ######### ######### ########
|
||||
|
||||
Created by Fluffy Bean - Version 23.04.10
|
||||
Created by Fluffy Bean - Version 23.04.12
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
|
@ -31,4 +31,4 @@ class OnlyLegs(Application):
|
|||
return "OnlyLegs"
|
||||
|
||||
def load(self):
|
||||
return util.import_app("gallery:create_app()")
|
||||
return util.import_app("onlylegs:create_app()")
|
||||
|
|
Loading…
Reference in a new issue