Skip to content

Commit 4cb2bf3

Browse files
chore(release): 1.17.0 [skip ci]
# [1.17.0](v1.16.1...v1.17.0) (2025-03-06) ### Features * use new api ([c745daa](c745daa))
1 parent c745daa commit 4cb2bf3

6 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.17.0](https://github.com/garredow/raincloud/compare/v1.16.1...v1.17.0) (2025-03-06)
2+
3+
4+
### Features
5+
6+
* use new api ([c745daa](https://github.com/garredow/raincloud/commit/c745daa04485eef718bc0c23da32dfeddea42ab1))
7+
18
## [1.16.1](https://github.com/garredow/raincloud/compare/v1.16.0...v1.16.1) (2022-08-03)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raincloud",
3-
"version": "1.16.1",
3+
"version": "1.17.0",
44
"private": true,
55
"repository": {
66
"type": "git",

public/manifest.en-US.webmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"name": "RainCloud",
44
"id": "raincloud",
55
"short_name": "RainCloud",
6-
"categories": ["entertainment"],
6+
"categories": [
7+
"entertainment"
8+
],
79
"description": "A SoundCloud client for KaiOS",
810
"theme_color": "#e4572e",
911
"background_color": "#ffffff",
@@ -27,7 +29,7 @@
2729
"start_url": "/index.html",
2830
"orientation": "portrait-primary",
2931
"b2g_features": {
30-
"version": "1.0.2",
32+
"version": "1.17.0",
3133
"subtitle": "A SoundCloud client for KaiOS",
3234
"permissions": {
3335
"audio-channel-content": {

public/manifest.webapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "com.garredow.raincloud",
33
"name": "RainCloud",
44
"description": "A SoundCloud client for KaiOS",
5-
"version": "0.1.0",
5+
"version": "1.17.0",
66
"launch_path": "/index.html",
77
"icons": {
88
"128": "/images/icon_128.png",

public/manifest.webmanifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"name": "RainCloud",
44
"id": "raincloud",
55
"short_name": "RainCloud",
6-
"categories": ["entertainment"],
6+
"categories": [
7+
"entertainment"
8+
],
79
"description": "A SoundCloud client for KaiOS",
810
"theme_color": "#e4572e",
911
"background_color": "#ffffff",
@@ -27,7 +29,7 @@
2729
"start_url": "/index.html",
2830
"orientation": "portrait-primary",
2931
"b2g_features": {
30-
"version": "1.0.2",
32+
"version": "1.17.0",
3133
"subtitle": "A SoundCloud client for KaiOS",
3234
"permissions": {
3335
"audio-channel-content": {

0 commit comments

Comments
 (0)