diff --git a/README.md b/README.md index 66894af5..40820e63 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ If you would like to contribute a translation, you can find the language files i ## Download and installation -[**Download Version 1.9.6**](https://github.com/Querz/mcaselector/releases/download/1.9.6/mcaselector-1.9.6.jar) +[**Download Version 1.9.7**](https://github.com/Querz/mcaselector/releases/download/1.9.7/mcaselector-1.9.7.jar) "Requirements": * Either: @@ -285,11 +285,11 @@ If you would like to contribute a translation, you can find the language files i #### If you have Java from Oracle installed on your system -Most likely, `.jar` files are associated with java on your computer, it should therefore launch by simply double clicking the file (or however your OS is configured to open files using your mouse or keyboard). If not, you can try `java -jar mcaselector-1.9.6.jar` from your console. If this doesn't work, you might want to look into how to modify the `PATH` variable on your system to tell your system that java is an executable program. +Most likely, `.jar` files are associated with java on your computer, it should therefore launch by simply double clicking the file (or however your OS is configured to open files using your mouse or keyboard). If not, you can try `java -jar mcaselector-1.9.7.jar` from your console. If this doesn't work, you might want to look into how to modify the `PATH` variable on your system to tell your system that java is an executable program. #### If you have Minecraft Java Edition installed on your system -Minecraft Java Edition comes with a JRE that you can use to start the MCA Selector, so there is no need to install another version of java on your system. On Windows, that java version is usually located in `C:\Program Files (x86)\Minecraft\runtime\jre-x64\bin\` and once inside this folder you can simply run `java.exe -jar `. On Mac OS you should find it in `~/Library/Application\ Support/minecraft/runtime/jre-x64/jre.bundle/Contents/Home/bin/` where you can execute `./java -jar `. +Minecraft Java Edition comes with a JRE that you can use to start the MCA Selector, so there is no need to install another version of java on your system. On Windows, that java version is usually located in `C:\Program Files (x86)\Minecraft\runtime\jre-x64\bin\` and once inside this folder you can simply run `java.exe -jar `. On Mac OS you should find it in `~/Library/Application\ Support/minecraft/runtime/jre-x64/jre.bundle/Contents/Home/bin/` where you can execute `./java -jar `. **WARNING:** For macOS 10.14+ (Mojave) It is NOT recommended to use the JRE provided by Minecraft (1.8.0_74), because it contains a severe bug that causes JavaFX applications to crash when they lose focus while a dialog window (such as the save-file-dialog) is open (see the bug report [here](https://bugs.openjdk.java.net/browse/JDK-8211304)). This bug has been fixed in Java 1.8.0_201 and above. diff --git a/build.gradle b/build.gradle index 55187b55..74d4f6b3 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'idea' apply plugin: 'css' group 'net.querz.mcaselector' -version '1.9.6' +version '1.9.7' sourceCompatibility = 1.8