From 9b7b8a789eef61cb8f7bee16a27c76fe1c2a138a Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 8 May 2025 11:47:37 +0200 Subject: [PATCH] Restore launcher version --- .../builtin/apps/com.example.launcher/META-INF/MANIFEST.JSON | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/builtin/apps/com.example.launcher/META-INF/MANIFEST.JSON b/internal_filesystem/builtin/apps/com.example.launcher/META-INF/MANIFEST.JSON index 892b59d4..2d5cb414 100644 --- a/internal_filesystem/builtin/apps/com.example.launcher/META-INF/MANIFEST.JSON +++ b/internal_filesystem/builtin/apps/com.example.launcher/META-INF/MANIFEST.JSON @@ -6,7 +6,7 @@ "icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.launcher_0.0.2.mpk_icon_64x64.png", "download_url": "http://demo.lnpiggy.com:2121/apps/com.example.launcher_0.0.2.mpk", "fullname": "com.example.launcher", -"version": "0.0.1", +"version": "0.0.2", "entrypoint": "assets/launcher.py", "category": "launcher" }