Skip to content

Commit

Permalink
chore(version): update release output
Browse files Browse the repository at this point in the history
  • Loading branch information
timoknapp committed Mar 7, 2021
1 parent f32dd1e commit afdb16f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 23 deletions.
26 changes: 7 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
## 1.3.1 (2021-01-29)
## 1.3.2 (2021-03-07)

#### 🐞 Bug Fixes

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

#### 🚧 Chores
#### 📄 Documentation

* **version:** update release output (e9c79650)
* **version:** update release output (2e787cf1)
* **deps:** update dependency gradle to v6.8.1 (#35) (54c539b4)
* **deps:** update dependency gradle to v6.8 (#34) (d3278337)
* fix typo in readme (f75e04c3)
* adapted formatting of semantic-release notes (7f34410e)
* adapted formatting of semantic-release notes (3d8ebca5)
* readme (4aaebe42)
* update screenshot in readme (36bc67bc)

#### 🔁 CI

* change from annotated tags to lightweight (b232a720)
* update to latest semantic-release action (4628aa61)
* add first ideation of remote control (ca220648)

6 changes: 3 additions & 3 deletions app-update-changelog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"latestVersion": "v1.3.1",
"latestVersionCode": 121,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.1%2B121/SoundOnFire-v1.3.1+121-release.apk",
"latestVersion": "v1.3.2",
"latestVersionCode": 126,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.2%2B126/SoundOnFire-v1.3.2+126-release.apk",
"releaseNotes": [
"- feel free to update - its free :)"
]
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A SoundCloud app for FireTV.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.1+126
version: 1.3.2+126

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down

0 comments on commit afdb16f

Please sign in to comment.