Update version

This commit is contained in:
Michał 2023-04-22 11:46:56 +00:00
parent 2cf7bc9091
commit 77167b902d
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ window.onload = function () {
}
infoButton.onclick = function () {
popUpShow('OnlyLegs',
'<a href="https://github.com/Fluffy-Bean/onlylegs">v0.1.2</a> ' +
'<a href="https://github.com/Fluffy-Bean/onlylegs">v0.1.4</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 = "0.1.2"
version = "0.1.4"
repository = "https://github.com/Fluffy-Bean/onlylegs"
license = "MIT"
readme = "README.md"