Skip to content

Commit 07279d1

Browse files
committed
2 parents 10c1902 + dee7a24 commit 07279d1

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

releases/category-audio.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"name": "Tone Generator",
77
"description": "Tone generator that can play different frequencies/musical notes with customisable duration",
88
"version": "1.0.0",
9+
"files": [
10+
"Tone Generator.js"
11+
],
912
"slug": "emericklaw/Bruce-Tone-Generator-App/Tone Generator"
1013
}
1114
]

releases/category-tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"name": "Device Info",
77
"description": "Device information display showing hardware details and memory statistics",
88
"version": "1.0.0",
9+
"files": [
10+
"Device Info.js"
11+
],
912
"slug": "emericklaw/Bruce-Device-Info-App/Device Info"
1013
}
1114
]

releases/category-utilities.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,27 @@
66
"name": "Flashlight",
77
"description": "Simple multi-colour flashlight",
88
"version": "1.0.0",
9+
"files": [
10+
"Flashlight.js"
11+
],
912
"slug": "emericklaw/Bruce-Flashlight-App/Flashlight"
1013
},
1114
{
1215
"name": "Hello World",
1316
"description": "A simple test app for the Bruce JavaScript interpreter that displays 'Hello World!' on the screen.",
1417
"version": "1.0.0",
18+
"files": [
19+
"Hello World.js"
20+
],
1521
"slug": "emericklaw/Bruce-Hello-World-Example-App/Hello World"
1622
},
1723
{
1824
"name": "Lock Device",
1925
"description": "Password protection app that locks your Bruce device on startup or on-demand",
2026
"version": "1.1.0",
27+
"files": [
28+
"Lock Device.js"
29+
],
2130
"slug": "emericklaw/Bruce-Lock-Device-App/Lock Device"
2231
}
2332
]

0 commit comments

Comments
 (0)