Skip to content

Commit 6e9468f

Browse files
committed
2.4.2511
1 parent ed48739 commit 6e9468f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "org.ergoplatform.android"
1414
minSdkVersion 24
1515
targetSdkVersion 33
16-
versionCode 2305
17-
versionName "2.4.2305"
16+
versionCode 2306
17+
versionName "2.4.2511"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
}

desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ compose.desktop {
5757
}
5858
}
5959

60-
project.version = "2.4.2305"
60+
project.version = "2.4.2511"
6161

6262
tasks {
6363
processResources {

ios/robovm.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
app.version=2.4.2305
2-
app.build=2305
1+
app.version=2.4.2511
2+
app.build=2306
33
app.mainclass=org.ergoplatform.ios.Main
44
app.executable=ErgoWallet
55
app.id=org.ergoplatform.ios

0 commit comments

Comments
 (0)