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 Jul 29, 2023
1 parent 1233fc1 commit 6f6308d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## 1.3.9 (2023-01-05)
## 1.3.10 (2023-07-29)

#### 🐞 Bug Fixes

* **deps:** update dependency shimmer to v3 (#75) (2043f760)
* **deps:** update dependency audioplayers to v3 (#71) (95841693)
* **deps:** update dependency audioplayers to v2 (#68) (023b2025)

#### 🚧 Chores

* update GitHub Actions versions (#67) (83efa8d6)
* update job outputs to new schema (#66) (6a70e43b)
* **deps:** update dependency gradle to v7.6.2 (#77) (e61a0c9f)
* **deps:** update dependency gradle to v7.6.1 (#73) (c0c761dd)
* **deps:** update dependency gradle to v7.6 (#69) (d9de4401)

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.9",
"latestVersionCode": 164,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.9%2B164/SoundOnFire-v1.3.9+164-release.apk",
"latestVersion": "v1.3.10",
"latestVersionCode": 180,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.10%2B180/SoundOnFire-v1.3.10+180-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.9+180
version: 1.3.10+180

environment:
# sdk: ">=2.18.0 <3.0.0"
Expand Down

0 comments on commit 6f6308d

Please sign in to comment.