Skip to content

Commit

Permalink
Version 17.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Feb 18, 2023
1 parent f9fc133 commit 213064b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build_app_linux.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

JAVA_VERSION=17
MAIN_JAR="jarkanoid-17.0.3.jar"
APP_VERSION=17.0.3
MAIN_JAR="jarkanoid-17.0.5.jar"
APP_VERSION=17.0.5

echo "java home: $JAVA_HOME"
echo "project version: $PROJECT_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions build_app_macos.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

JAVA_VERSION=17
MAIN_JAR="jarkanoid-17.0.3.jar"
APP_VERSION=17.0.3
MAIN_JAR="jarkanoid-17.0.5.jar"
APP_VERSION=17.0.5

echo "java home: $JAVA_HOME"
echo "project version: $PROJECT_VERSION"
Expand Down
4 changes: 2 additions & 2 deletions build_app_windows.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@ECHO OFF

set JAVA_VERSION=17
set MAIN_JAR=jarkanoid-17.0.3.jar
set APP_VERSION=17.0.3
set MAIN_JAR=jarkanoid-17.0.5.jar
set APP_VERSION=17.0.5

rem ------ SETUP DIRECTORIES AND FILES ----------------------------------------
rem Remove previously generated java runtime and installers. Copy all required
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sourceCompatibility = 17
targetCompatibility = 17

group = eu.hansolo.fx
version = 17.0.3
version = 17.0.5
javafxVersion = 17.0.6

0 comments on commit 213064b

Please sign in to comment.