Skip to content

Commit

Permalink
2.4.2302
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed May 12, 2023
1 parent 4da39af commit 27e6800
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
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "org.ergoplatform.android"
minSdkVersion 24
targetSdkVersion 33
versionCode 2301
versionName "2.4.2301"
versionCode 2302
versionName "2.4.2302"

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

project.version = "2.4.2301"
project.version = "2.4.2302"

tasks {
processResources {
Expand Down
4 changes: 2 additions & 2 deletions ios/robovm.properties
@@ -1,5 +1,5 @@
app.version=2.4.2301
app.build=2301
app.version=2.4.2302
app.build=2302
app.mainclass=org.ergoplatform.ios.Main
app.executable=ErgoWallet
app.id=org.ergoplatform.ios
Expand Down

0 comments on commit 27e6800

Please sign in to comment.