From 24c813a1e04e3a424daaf89d1ee8faaa69859b2a Mon Sep 17 00:00:00 2001 From: Querz Date: Mon, 25 Nov 2019 15:09:22 +0100 Subject: [PATCH] update version to 1.9.1 --- README.md | 9 +++++---- build.gradle | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10fa04cd..34b0d5ca 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ The MCA Selector currently supports the following Minecraft versions: | ----------------- | ----------- | :-------: | | Beta 1.3 - 1.12.2 | 100 - 1343 | Yes | | 1.13 - 1.13.2 | 1444 - 1631 | Yes | -| 1.14 | 1901 - ? | Yes | +| 1.14 - 1.14.4 | 1901 - 1976 | Yes | +| 1.15 | 2200 - ? | Yes | --- ## Headless mode @@ -264,7 +265,7 @@ If you would like to contribute a translation, you can find the language files i ## Download and installation -[**Download Version 1.9**](https://github.com/Querz/mcaselector/releases/download/1.9/mcaselector-1.9.jar) +[**Download Version 1.9.1**](https://github.com/Querz/mcaselector/releases/download/1.9.1/mcaselector-1.9.1.jar) "Requirements": * Either: @@ -275,11 +276,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.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.1.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 `Applications/Minecraft.app/Contents/runtime/jre-x64/1.8.0_74/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 `Applications/Minecraft.app/Contents/runtime/jre-x64/1.8.0_74/bin` where you can execute `./java -jar `. #### If you are using OpenJDK diff --git a/build.gradle b/build.gradle index 5d76097b..a28de7e5 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'idea' apply plugin: 'css' group 'net.querz.mcaselector' -version '1.9' +version '1.9.1' sourceCompatibility = 1.8