Skip to content

Commit

Permalink
2.3.2226
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Mar 30, 2023
1 parent 6cb957d commit 1a6f20e
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 2225
versionName "2.3.2225"
versionCode 2226
versionName "2.3.2226"

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.2225"
project.version = "2.3.2226"

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

0 comments on commit 1a6f20e

Please sign in to comment.