Skip to content

Commit

Permalink
2.4.2303
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed May 22, 2023
1 parent d8f4d20 commit b3bd667
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 2302
versionName "2.4.2302"
versionCode 2303
versionName "2.4.2303"

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.2302"
project.version = "2.4.2303"

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.2302
app.build=2302
app.version=2.4.2303
app.build=2303
app.mainclass=org.ergoplatform.ios.Main
app.executable=ErgoWallet
app.id=org.ergoplatform.ios
Expand Down

0 comments on commit b3bd667

Please sign in to comment.