Skip to content

Commit adf551d

Browse files
committed
Bump to 1.0.5-beta2
1 parent a59845f commit adf551d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"versionName": "1.0.5-beta2",
4+
"releaseDate": "17/09/2022",
5+
"features": [
6+
],
7+
"fixes": [
8+
"Fixed a bunch of crashes on Android 12 (thanks a lot, Google)",
9+
"Fixed an issue when attempting to view QuickLyric on the Play Store"
10+
],
11+
"improvements": [
12+
],
13+
"notes": [
14+
"Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\"https://github.com/timusus/shuttle2/issues\">GitHub</a>"
15+
]
16+
},
217
{
318
"versionName": "1.0.5-beta",
419
"releaseDate": "24/08/2022",

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? = "beta"
5+
val versionSuffix: String? = "beta2"
66
}

0 commit comments

Comments
 (0)