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" }