Skip to content

Commit

Permalink
Bump version to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtberlin committed Sep 10, 2023
1 parent 614814a commit 5756d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "org.asteroidos.sync"
minSdk = 24
targetSdk = 33
versionCode = 28
versionName = "0.28"
versionCode = 29
versionName = "0.29"
}
buildTypes {
named("release") {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.29
* Fixes a bug that could cause stability issues (Thanks argosphil!)
* Translation improvements

0 comments on commit 5756d61

Please sign in to comment.