Skip to content

Commit

Permalink
2.4.2301
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed May 8, 2023
1 parent 57dcbe7 commit 48a7cc2
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 2226
versionName "2.3.2226"
versionCode 2301
versionName "2.4.2301"

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.3.2226"
project.version = "2.4.2301"

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.3.2226
app.build=2226
app.version=2.4.2301
app.build=2301
app.mainclass=org.ergoplatform.ios.Main
app.executable=ErgoWallet
app.id=org.ergoplatform.ios
Expand Down

0 comments on commit 48a7cc2

Please sign in to comment.