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 Dec 30, 2022
1 parent f4ad2ff commit d3e14a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 1.3.7 (2022-10-23)
## 1.3.8 (2022-12-30)

#### 🐞 Bug Fixes

* **deps:** update dependency intl to ^0.18.0 (#65) (777b8dc9)

#### 🚧 Chores

* **deps:** update dependency gradle to v6.9.3 (#59) (0eeef050)
* **deps:** upgrade to flutter v3.x (#58) (969dba54)
* convert image to png (f4ad2ff0)
* fixing CI pipeline badges (3fca40c4)

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.7",
"latestVersionCode": 157,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.7%2B157/SoundOnFire-v1.3.7+157-release.apk",
"latestVersion": "v1.3.8",
"latestVersionCode": 158,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.8%2B158/SoundOnFire-v1.3.8+158-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.7+158
version: 1.3.8+158

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

0 comments on commit d3e14a2

Please sign in to comment.