Skip to content

Commit 160e922

Browse files
committed
Built frontend for 1.1.15
1 parent 495434e commit 160e922

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

frontend/dist/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
});
4545

4646
</script>
47-
<script src="runtime.0ff8b5c7db2b67dc.js" type="module"></script><script src="polyfills.794d7387aea30963.js" type="module"></script><script src="main.115c0c7fdccf5539.js" type="module"></script>
47+
<script src="runtime.0ff8b5c7db2b67dc.js" type="module"></script><script src="polyfills.794d7387aea30963.js" type="module"></script><script src="main.32248341c8c39a0b.js" type="module"></script>
4848

4949
</body></html>

frontend/dist/frontend/main.115c0c7fdccf5539.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/dist/frontend/main.32248341c8c39a0b.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class AppManager:
1616

1717
APP_NAME: str = "Taskup"
18-
VERSION: str = "1.1.14"
18+
VERSION: str = "1.1.15"
1919
SHUTDOWN_DELAY = 3 # seconds
2020
SHUTDOWN_DELAY_IN_DEBUG_MODE = 600 # seconds
2121

0 commit comments

Comments
 (0)