From 1c0018e28f8c5cb08c815e676a07f36de82aa092 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 7 May 2025 16:10:14 +0200 Subject: [PATCH] Increment appstore version --- .../apps/com.example.appstore/META-INF/MANIFEST.JSON | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal_filesystem/builtin/apps/com.example.appstore/META-INF/MANIFEST.JSON b/internal_filesystem/builtin/apps/com.example.appstore/META-INF/MANIFEST.JSON index 346b5eb1..4aa59024 100644 --- a/internal_filesystem/builtin/apps/com.example.appstore/META-INF/MANIFEST.JSON +++ b/internal_filesystem/builtin/apps/com.example.appstore/META-INF/MANIFEST.JSON @@ -2,11 +2,11 @@ "name": "AppStore", "publisher": "ACME Inc", "short_description": "Store for App(lication)s", -"long_description": "" -"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.appstore_0.0.1.mpk_icon_64x64.png", -"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.appstore_0.0.1.mpk", +"long_description": "", +"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.appstore_0.0.2.mpk_icon_64x64.png", +"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.appstore_0.0.2.mpk", "fullname": "com.example.appstore", -"version": "0.0.1", +"version": "0.0.2", "entrypoint": "assets/appstore.py", "category": "appstore" }