Skip to content

Commit

Permalink
Release v.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Mar 18, 2024
1 parent 62f1a85 commit 4382f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/data/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ getTranslations = function () {
en: 'About'
},
"5": {
de: 'Version 0.9',
en: 'Version 0.9'
de: 'Version 1.0',
en: 'Version 1.0'
},
};
text["Dev"] = {
Expand Down
2 changes: 1 addition & 1 deletion dist/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cacheName = "ghosthunt-v0.9";
const cacheName = "ghosthunt-v1.0";
const urlsToCacheiOS = [
'/',
'/index.html',
Expand Down

0 comments on commit 4382f73

Please sign in to comment.