Skip to content

Commit

Permalink
Bump version number for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogarcia83 committed Mar 27, 2024
1 parent 7c7f35c commit 43300a2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
*/
@Slf4j
public class DesktopAppLauncher {
private static final String VERSION = "2.0.1";
private static final String VERSION = "2.0.2";
private static final String APP_NAME = "Bisq2";
private static final String FINGER_PRINT_ALEJANDRO_GARCIA = "E222AA02"; // B493 3191 06CC 3D1F 252E 19CB F806 F422 E222 AA02
private static final String FINGER_PRINT_HENRIK_JANNSEN = "387C8307"; // B8A5 D214 ADFA A387 A14C 8BCF 02AA 2BAE 387C 8307
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ application {
mainClass.set("bisq.desktop_app.DesktopApp")
}

version = "2.0.1"
version = "2.0.2"

javafx {
version = "17.0.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop-app/src/main/resources/desktop.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
application {
appName = "Bisq2"
version = "2.0.1"
version = "2.0.2"
devMode = false
keyIds = "E222AA02,387C8307"
ignoreSigningKeyInResourcesCheck = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
application {
appName = "OracleNode"
version = "2.0.1"
version = "2.0.2"
devMode = false
keyIds = "E222AA02,387C8307"
ignoreSigningKeyInResourcesCheck = false
Expand Down
2 changes: 1 addition & 1 deletion apps/rest-api-app/src/main/resources/rest_api.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
application {
appName = "Bisq2"
version = "2.0.1"
version = "2.0.2"
devMode = false
keyIds = "E222AA02,387C8307"
ignoreSigningKeyInResourcesCheck = false
Expand Down
2 changes: 1 addition & 1 deletion apps/seed-node-app/src/main/resources/seed_node.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
application {
appName = "Bisq2_seed_node"
version = "2.0.1"
version = "2.0.2"
devMode = false
keyIds = "E222AA02,387C8307"
ignoreSigningKeyInResourcesCheck = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import javax.inject.Inject
class PackagingPlugin @Inject constructor(private val javaToolchainService: JavaToolchainService) : Plugin<Project> {

companion object {
const val APP_VERSION = "2.0.1"
const val APP_VERSION = "2.0.2"
const val OUTPUT_DIR_PATH = "packaging/jpackage/packages"
}

Expand Down

0 comments on commit 43300a2

Please sign in to comment.