diff --git a/app/icon.png b/app/icon.png new file mode 100644 index 0000000..0f5bfc6 Binary files /dev/null and b/app/icon.png differ diff --git a/app/index.html b/app/index.html index d088836..4561383 100644 --- a/app/index.html +++ b/app/index.html @@ -1,6 +1,7 @@ - fuzzyhome + Home + diff --git a/package.json b/package.json index 6b40f9f..b5f4249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuzzyhome", - "version": "0.0.12", + "version": "0.0.15", "scripts": { "start": "imba run -SMH --baseurl . -w server.imba", "build-app": "imba build -SMH --baseurl . server.imba", diff --git a/sw.imba b/sw.imba index 7d8fbd5..9cab46d 100644 --- a/sw.imba +++ b/sw.imba @@ -1,7 +1,7 @@ let p = console.log const app_prefix = "fuzzyhome_cache" -const version = "0.0.12" +const version = "0.0.15" const cache_name = "{app_prefix}-{version}"