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