From c245c0ffe4fc7e4582ff44adebd9944e8a0c743f Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sat, 13 Sep 2025 11:45:52 +0100 Subject: [PATCH 1/2] Add `author` field to metadata example --- tutorials/Bangle.js App Loader.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/Bangle.js App Loader.md b/tutorials/Bangle.js App Loader.md index 7e6f3ffa..2c24776e 100644 --- a/tutorials/Bangle.js App Loader.md +++ b/tutorials/Bangle.js App Loader.md @@ -112,6 +112,7 @@ Finally, it's time to add a description of your app. There's an example at https "shortName":"My Timer", "icon": "app.png", "version":"0.01", + "author":"your name", "description": "This is a description of my awesome timer app", "tags": "", "supports": ["BANGLEJS2"], From 090e13119cca5b251c0662d608f0cba80aeb5067 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 15 Sep 2025 14:33:56 +0100 Subject: [PATCH 2/2] Update Bangle.js App Loader.md --- tutorials/Bangle.js App Loader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Bangle.js App Loader.md b/tutorials/Bangle.js App Loader.md index 2c24776e..4c13a622 100644 --- a/tutorials/Bangle.js App Loader.md +++ b/tutorials/Bangle.js App Loader.md @@ -112,7 +112,7 @@ Finally, it's time to add a description of your app. There's an example at https "shortName":"My Timer", "icon": "app.png", "version":"0.01", - "author":"your name", + "author":"github_username", "description": "This is a description of my awesome timer app", "tags": "", "supports": ["BANGLEJS2"],