Skip to content

Commit bf2423b

Browse files
authored
Merge pull request #93 from timusus/tech/version-bump
Bump to version 1.0.5
2 parents 17cfd66 + a81ae73 commit bf2423b

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

androidApp/main/app/src/main/assets/changelog.json

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,17 @@
11
[
22
{
3-
"versionName": "1.0.5-beta3",
4-
"releaseDate": "20/09/2022",
5-
"features": [
6-
],
7-
"fixes": [
8-
"Fixed an issue where play/pause command was ignored when app is in background"
9-
],
10-
"improvements": [
11-
],
12-
"notes": [
13-
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
14-
]
15-
},
16-
{
17-
"versionName": "1.0.5-beta2",
18-
"releaseDate": "17/09/2022",
3+
"versionName": "1.0.5",
4+
"releaseDate": "18/12/2022",
195
"features": [
206
],
217
"fixes": [
8+
"Fixed an issue where play/pause command was ignored when app is in background",
229
"Fixed a bunch of crashes on Android 12 (thanks a lot, Google)",
23-
"Fixed an issue when attempting to view QuickLyric on the Play Store"
24-
],
25-
"improvements": [
26-
],
27-
"notes": [
28-
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
29-
]
30-
},
31-
{
32-
"versionName": "1.0.5-beta",
33-
"releaseDate": "24/08/2022",
34-
"features": [
35-
],
36-
"fixes": [
10+
"Fixed an issue when attempting to view QuickLyric on the Play Store",
3711
"Fixed an issue where the 'extra dark' mode wasn't any darker at all!",
3812
"Enable Plex login with 2FA"
3913
],
4014
"improvements": [
41-
"Updated dependencies, target Android 12L (32)"
4215
],
4316
"notes": [
4417
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"

buildSrc/src/main/kotlin/AppVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ object AppVersion {
22
const val versionMajor = 1
33
const val versionMinor = 0
44
const val versionPatch = 5
5-
val versionSuffix: String? = "beta3"
5+
val versionSuffix: String? = null
66
}

0 commit comments

Comments
 (0)