Skip to content

Commit

Permalink
2.4.2305
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Aug 29, 2023
1 parent dd17de3 commit ed48739
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "org.ergoplatform.android"
minSdkVersion 24
targetSdkVersion 33
versionCode 2304
versionName "2.4.2304"
versionCode 2305
versionName "2.4.2305"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ compose.desktop {
}
}

project.version = "2.4.2304"
project.version = "2.4.2305"

tasks {
processResources {
Expand Down
4 changes: 2 additions & 2 deletions ios/robovm.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app.version=2.4.2304
app.build=2304
app.version=2.4.2305
app.build=2305
app.mainclass=org.ergoplatform.ios.Main
app.executable=ErgoWallet
app.id=org.ergoplatform.ios
Expand Down

0 comments on commit ed48739

Please sign in to comment.