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 22, 2021
1 parent b22ee1f commit b4f8f0b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
## 1.3.3 (2021-03-12)
## 1.3.4 (2021-12-22)

#### 🐞 Bug Fixes

* upgrade com.android.tools.build:gradle to v4.2.0 (#54) (b22ee1f5)
* **deps:** update dependency audioplayers to ^0.20.0 (#52) (717ab392)
* **deps:** update dependency flutter_windowmanager to ^0.2.0 (#51) (bec5076f)
* tracks over 40 minutes wont stop automatically (f9efab93)
* **deps:** update dependency flutter_windowmanager to ^0.1.0 (#48) (59c8f8d1)
* **deps:** update dependency audioplayers to ^0.19.0 (#47) (4b2945d8)
* **deps:** update dependency shimmer to v2 (#45) (d7c6a28c)
* **deps:** update dependency audioplayers to ^0.18.0 (#43) (bd7461eb)

#### 🔀 Code Refactoring

* change some variable names and introduce some constants (1bcc5785)

#### 🚧 Chores

* pubspec.lock (fc376051)
* **deps:** update all non-major dependencies (#42) (002867db)
* **deps:** update dependency gradle to v6.9.2 (#53) (0becb5fd)
* **deps:** update dependency gradle to v6.9.1 (#50) (80f96d4e)
* change debug statement (2059c479)
* update kotlin version to 1.4.32 (78d08a2a)
* **deps:** update dependency gradle to v6.9 (#46) (de91ac9a)
* fix typo in README (9eed3203)

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.3",
"latestVersionCode": 129,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.3%2B129/SoundOnFire-v1.3.3+129-release.apk",
"latestVersion": "v1.3.4",
"latestVersionCode": 144,
"url": "https://github.com/timoknapp/sound-on-fire/releases/download/v1.3.4%2B144/SoundOnFire-v1.3.4+144-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.3+144
version: 1.3.4+144

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

0 comments on commit b4f8f0b

Please sign in to comment.