Skip to content

Commit afdb16f

Browse files
committed
chore(version): update release output
1 parent f32dd1e commit afdb16f

3 files changed

Lines changed: 11 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
1-
## 1.3.1 (2021-01-29)
1+
## 1.3.2 (2021-03-07)
22

33
#### 🐞 Bug Fixes
44

5-
* semantic-release using dry-run (6f8b1a4a)
6-
* **icon:** change from mipmap to drawable icons (#36) (2e6330fb)
7-
* release notes in ci pipeline (9bc4ced8)
5+
* **deps:** update dependency intl to ^0.17.0 (#37) (f32dd1ef)
6+
* **deps:** update dependency package_info to v2 (#38) (1570da91)
7+
* **deps:** update dependency timeago to v3 (#39) (8dad848d)
8+
* **deps:** update dependency flutter_spinkit to v5 (#40) (efa3e370)
89

9-
#### 🚧 Chores
10+
#### 📄 Documentation
1011

11-
* **version:** update release output (e9c79650)
12-
* **version:** update release output (2e787cf1)
13-
* **deps:** update dependency gradle to v6.8.1 (#35) (54c539b4)
14-
* **deps:** update dependency gradle to v6.8 (#34) (d3278337)
15-
* fix typo in readme (f75e04c3)
16-
* adapted formatting of semantic-release notes (7f34410e)
17-
* adapted formatting of semantic-release notes (3d8ebca5)
18-
* readme (4aaebe42)
19-
* update screenshot in readme (36bc67bc)
20-
21-
#### 🔁 CI
22-
23-
* change from annotated tags to lightweight (b232a720)
24-
* update to latest semantic-release action (4628aa61)
12+
* add first ideation of remote control (ca220648)
2513

app-update-changelog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"latestVersion": "v1.3.1",
3-
"latestVersionCode": 121,
4-
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.1%2B121/SoundOnFire-v1.3.1+121-release.apk",
2+
"latestVersion": "v1.3.2",
3+
"latestVersionCode": 126,
4+
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.2%2B126/SoundOnFire-v1.3.2+126-release.apk",
55
"releaseNotes": [
66
"- feel free to update - its free :)"
77
]

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A SoundCloud app for FireTV.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.3.1+126
14+
version: 1.3.2+126
1515

1616
environment:
1717
sdk: ">=2.10.0 <3.0.0"

0 commit comments

Comments
 (0)