File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
androidApp/main/app/src/main/assets Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments