diff --git a/apps/floralclk/metadata.json b/apps/floralclk/metadata.json index 43323abaa..d4848b0d8 100644 --- a/apps/floralclk/metadata.json +++ b/apps/floralclk/metadata.json @@ -2,7 +2,7 @@ "id": "floralclk", "name": "Floral Clock", "version": "0.01", - "description": "A clock with a flower background by [Lillith May](https://www.instagram.com/_lilustrations_/). **Note: Works on any Bangle.js 2 but requires firmware 2v11 or later on Bangle.js 1**", + "description": "A clock with a flower background by [Lillith May](https://www.instagram.com/_lilustrations_/)", "icon": "app.png", "screenshots": [{"url":"screenshot_floral.png"}], "type": "clock", diff --git a/apps/health/metadata.json b/apps/health/metadata.json index eafc2657c..8bb986c57 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -2,7 +2,7 @@ "id": "health", "name": "Health Tracking", "version": "0.11", - "description": "Logs health data and provides an app to view it (requires firmware 2v10.100 or later)", + "description": "Logs health data and provides an app to view it", "icon": "app.png", "tags": "tool,system,health", "supports": ["BANGLEJS","BANGLEJS2"], diff --git a/apps/pastel/metadata.json b/apps/pastel/metadata.json index 61b636842..0a04491fc 100644 --- a/apps/pastel/metadata.json +++ b/apps/pastel/metadata.json @@ -3,7 +3,7 @@ "name": "Pastel Clock", "shortName": "Pastel", "version": "0.13", - "description": "A Configurable clock with custom fonts, background and weather display. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times. Requires firmware 2.11.27", + "description": "A Configurable clock with custom fonts, background and weather display. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times.", "icon": "pastel.png", "dependencies": {"mylocation":"app","weather":"app"}, "screenshots": [{"url":"screenshot_pastel.png"}, {"url":"weather_icons.png"}], diff --git a/apps/waveclk/metadata.json b/apps/waveclk/metadata.json index 503c9c11c..a8d270da2 100644 --- a/apps/waveclk/metadata.json +++ b/apps/waveclk/metadata.json @@ -2,7 +2,7 @@ "id": "waveclk", "name": "Wave Clock", "version": "0.02", - "description": "A clock using a wave image by [Lillith May](https://www.instagram.com/_lilustrations_/). **Note: Works on any Bangle.js 2, but requires firmware 2v11 or later on Bangle.js 1**", + "description": "A clock using a wave image by [Lillith May](https://www.instagram.com/_lilustrations_/)", "icon": "app.png", "screenshots": [{"url":"screenshot.png"}], "type": "clock", diff --git a/apps/widpa/metadata.json b/apps/widpa/metadata.json index 95a8a8a9c..24c2f63b5 100644 --- a/apps/widpa/metadata.json +++ b/apps/widpa/metadata.json @@ -8,7 +8,7 @@ "type": "widget", "supports": ["BANGLEJS", "BANGLEJS2"], "readme": "README.md", - "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in 12x16 font, requires firmware v2.11.21 or later", + "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in 12x16 font", "tags": "widget,battery", "storage": [ {"name":"widpa.wid.js","url":"widpa.wid.js"} diff --git a/apps/widpb/metadata.json b/apps/widpb/metadata.json index 0c2ed747a..7d239face 100644 --- a/apps/widpb/metadata.json +++ b/apps/widpb/metadata.json @@ -8,7 +8,7 @@ "type": "widget", "supports": ["BANGLEJS", "BANGLEJS2"], "readme": "README.md", - "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in the Lato font, requires firmware v2.11.21 or later", + "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in the Lato font", "tags": "widget,battery", "storage": [ {"name":"widpb.wid.js","url":"widpb.wid.js"}