diff --git a/onlylegs/static/js/index.js b/onlylegs/static/js/index.js
index fdff447..9cae4bb 100644
--- a/onlylegs/static/js/index.js
+++ b/onlylegs/static/js/index.js
@@ -65,7 +65,7 @@ window.onload = function () {
}
infoButton.onclick = function () {
popUpShow('OnlyLegs',
- 'V23.04.10 ' +
+ 'V23.04.12 ' +
'using Phosphoricons and Flask.' +
'
Made by Fluffy and others with ❤️');
}
diff --git a/pyproject.toml b/pyproject.toml
index e4c513a..6b2b85b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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 "]
license = "MIT"
diff --git a/run.py b/run.py
index 28a7d1f..15b8f82 100644
--- a/run.py
+++ b/run.py
@@ -15,7 +15,7 @@ print(
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
######## ### #### ########## ### ########## ######### ######### ########
- Created by Fluffy Bean - Version 23.04.10
+ Created by Fluffy Bean - Version 23.04.12
"""
)
diff --git a/setup/runner.py b/setup/runner.py
index 8a4f052..138c40c 100644
--- a/setup/runner.py
+++ b/setup/runner.py
@@ -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()")