Skip to content

Commit

Permalink
17.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Feb 25, 2023
1 parent 84f7b73 commit 424b7a2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.jar"
APP_VERSION=17.0.11
MAIN_JAR="jarkanoid-17.0.13.jar"
APP_VERSION=17.0.13

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.11.jar"
APP_VERSION=17.0.11
MAIN_JAR="jarkanoid-17.0.13.jar"
APP_VERSION=17.0.13

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.11.jar
set APP_VERSION=17.0.11
set MAIN_JAR=jarkanoid-17.0.13.jar
set APP_VERSION=17.0.13

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.11
version = 17.0.13
javafxVersion = 17.0.6

0 comments on commit 424b7a2

Please sign in to comment.