diff --git a/app/manifest.appcache b/app/manifest.appcache index d7d62597..0f8b8573 100644 --- a/app/manifest.appcache +++ b/app/manifest.appcache @@ -4,3 +4,6 @@ CACHE MANIFEST CACHE: index.html + +NETWORK: +* diff --git a/package.json b/package.json index 81b96998..6cd2d5db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keeweb", - "version": "0.0.3", + "version": "0.0.4", "description": "KeePass web app", "main": "Gulpfile.js", "repository": "https://github.com/antelle/keeweb",