diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-01-22 14:53:29 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-01-22 14:53:50 +0100 |
commit | 70c89f78a105ef2f8123fa8abd124e21e5a10b80 (patch) | |
tree | e030ef87edb66c9d5731c1c31aa11078740b89cb /hesla.webapp | |
parent | 97e4ca0d7d24f5df5c331d9fba963e12368ddd84 (diff) | |
download | hesla-70c89f78a105ef2f8123fa8abd124e21e5a10b80.tar.gz |
Switch from amd to native ES2015 ECMAScript modules.
Diffstat (limited to 'hesla.webapp')
-rw-r--r-- | hesla.webapp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hesla.webapp b/hesla.webapp index 45f5bd2..6084995 100644 --- a/hesla.webapp +++ b/hesla.webapp @@ -1,5 +1,5 @@ { - "version": "0.4.3", + "version": "0.5.0", "name": "Hesla", "description": "Display today's Hesla (Losungen, Watchwords) from Bible.", "display": "standalone", |