From 33a217f5d8b8aff871767d957c41a7d387d4814f Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 12 Jun 2025 10:05:49 +0100 Subject: [PATCH] fix version style in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9b770b37..0bc511450 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ and which gives information about the app for the Launcher. "src":"-myappid", // source file "type":"widget/clock/app/bootloader/...", // optional, default "app" // see 'type' in 'metadata.json format' below for more options/info - "version":"1.23", + "version":"0.01", // added by BangleApps loader on upload based on metadata.json "files:"file1,file2,file3", // added by BangleApps loader on upload - lists all files @@ -249,7 +249,7 @@ and which gives information about the app for the Launcher. { "id": "appid", // 7 character app id "name": "Readable name", // readable name "shortName": "Short name", // short name for launcher - "version": "0v01", // the version of this app + "version": "0.01", // the version of this app "description": "...", // long description (can contain markdown) "icon": "icon.png", // icon in apps/ "screenshots" : [ { "url":"screenshot.png" } ], // optional screenshot for app