Skip to content

Commit

Permalink
v2.0.2215 (Desktop)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Aug 12, 2022
1 parent 57c19d0 commit 2172824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tasks {
}
}

project.version = "2.0.2214" // TODO inject to jpackage.cfg and Constants.kt
project.version = "2.0.2215" // TODO inject to jpackage.cfg and Constants.kt

val currentArch by lazy { System.getProperty("os.arch") }

Expand Down
4 changes: 2 additions & 2 deletions desktop/deploy/jpackage.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--input desktop/build/libs
--main-jar ergo-wallet-app-2.0.2214_windows-x64.jar
--main-jar ergo-wallet-app-2.0.2215_windows-x64.jar
--main-class org.ergoplatform.MainKt
--name ergowalletapp
--app-version 2.0.2214
--app-version 2.0.2215
--copyright "Benjamin Schulte, (C) 2022"
--dest desktop/build/windows
--file-associations desktop/deploy/ergopay.properties
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package org.ergoplatform.desktop

const val appVersionString = "2.0.2214"
const val appVersionString = "2.0.2215"

0 comments on commit 2172824

Please sign in to comment.