diff --git a/app/icon.png b/app/icon.png
deleted file mode 100644
index 0f5bfc6..0000000
Binary files a/app/icon.png and /dev/null differ
diff --git a/app/index.html b/app/index.html
index 4561383..c6b23a6 100644
--- a/app/index.html
+++ b/app/index.html
@@ -1,7 +1,6 @@
- Home
-
+ 🥰 🏠
diff --git a/package.json b/package.json
index edcade3..a8b296b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fuzzyhome",
- "version": "0.0.28",
+ "version": "0.0.29",
"scripts": {
"start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba",
diff --git a/sw.imba b/sw.imba
index 206403d..cb06805 100644
--- a/sw.imba
+++ b/sw.imba
@@ -1,7 +1,7 @@
let p = console.log
const app_prefix = "fuzzyhome_cache"
-const version = "0.0.28"
+const version = "0.0.29"
const cache_name = "{app_prefix}-{version}"