Skip to content

Commit 2f03a09

Browse files
committed
update version
1 parent 5ca7cae commit 2f03a09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ If you would like to contribute a translation, you can find the language files i
238238

239239
## Download and installation
240240

241-
[**Download Version 1.8**](https://github.com/Querz/mcaselector/releases/download/1.8/mcaselector-1.8.jar)
241+
[**Download Version 1.8.1**](https://github.com/Querz/mcaselector/releases/download/1.8.1/mcaselector-1.8.1.jar)
242242

243243
"Requirements":
244244
* Either:
@@ -249,11 +249,11 @@ If you would like to contribute a translation, you can find the language files i
249249

250250
#### If you have Java from Oracle installed on your system
251251

252-
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.8.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.
252+
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.8.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.
253253

254254
#### If you have Minecraft Java Edition installed on your system
255255

256-
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 <path-to-mcaselector-1.8.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 <path-to-mcaselector-1.8.jar>`.
256+
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 <path-to-mcaselector-1.8.1.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 <path-to-mcaselector-1.8.1.jar>`.
257257

258258
#### If you are using OpenJDK
259259

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'idea'
1212
apply plugin: 'css'
1313

1414
group 'net.querz.mcaselector'
15-
version '1.8'
15+
version '1.8.1'
1616

1717
sourceCompatibility = 1.8
1818

0 commit comments

Comments
 (0)