From 27e5f0cd900a03c9b4ccb157ed771ebb7aed5253 Mon Sep 17 00:00:00 2001 From: Antelle Date: Sun, 25 Oct 2015 23:04:38 +0300 Subject: [PATCH] fixed manifest --- app/manifest.appcache | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",