Skip to content

Commit 5756d61

Browse files
committed
Bump version to 0.29
1 parent 614814a commit 5756d61

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId = "org.asteroidos.sync"
1111
minSdk = 24
1212
targetSdk = 33
13-
versionCode = 28
14-
versionName = "0.28"
13+
versionCode = 29
14+
versionName = "0.29"
1515
}
1616
buildTypes {
1717
named("release") {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
0.29
2+
* Fixes a bug that could cause stability issues (Thanks argosphil!)
3+
* Translation improvements

0 commit comments

Comments
 (0)