mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-02-13 17:00:05 +00:00
Update version
This commit is contained in:
parent
2cf7bc9091
commit
77167b902d
|
@ -45,7 +45,7 @@ window.onload = function () {
|
||||||
}
|
}
|
||||||
infoButton.onclick = function () {
|
infoButton.onclick = function () {
|
||||||
popUpShow('OnlyLegs',
|
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.' +
|
'using <a href="https://phosphoricons.com/">Phosphoricons</a> and Flask.' +
|
||||||
'<br>Made by Fluffy and others with ❤️');
|
'<br>Made by Fluffy and others with ❤️');
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "OnlyLegs"
|
name = "OnlyLegs"
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
repository = "https://github.com/Fluffy-Bean/onlylegs"
|
repository = "https://github.com/Fluffy-Bean/onlylegs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue