Skip to content

Commit

Permalink
Built frontend for 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed Jun 10, 2023
1 parent 495434e commit 160e922
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/dist/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
});

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

</body></html>
1 change: 0 additions & 1 deletion frontend/dist/frontend/main.115c0c7fdccf5539.js

This file was deleted.

1 change: 1 addition & 0 deletions frontend/dist/frontend/main.32248341c8c39a0b.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class AppManager:

APP_NAME: str = "Taskup"
VERSION: str = "1.1.14"
VERSION: str = "1.1.15"
SHUTDOWN_DELAY = 3 # seconds
SHUTDOWN_DELAY_IN_DEBUG_MODE = 600 # seconds

Expand Down

0 comments on commit 160e922

Please sign in to comment.