Skip to content

Commit a4bf943

Browse files
committed
update version to 1.7.3
1 parent c07ae2f commit a4bf943

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
@@ -88,7 +88,7 @@ If you would like to contribute a translation, you can find the language files i
8888

8989
## Download and installation
9090

91-
[**Download Version 1.7.2**](https://github.com/Querz/mcaselector/releases/download/1.7.2/mcaselector-1.7.2.jar)
91+
[**Download Version 1.7.3**](https://github.com/Querz/mcaselector/releases/download/1.7.3/mcaselector-1.7.3.jar)
9292

9393
"Requirements":
9494
* Either:
@@ -99,11 +99,11 @@ If you would like to contribute a translation, you can find the language files i
9999

100100
#### If you have Java from Oracle installed on your system:
101101

102-
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.7.2.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.
102+
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.7.3.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.
103103

104104
#### If you have Minecraft Java Edition installed on your system:
105105

106-
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.7.2.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.7.2.jar>`.
106+
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.7.3.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.7.3.jar>`.
107107

108108
#### If you are using OpenJDK:
109109

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'idea'
99
apply plugin: 'css'
1010

1111
group 'net.querz.mcaselector'
12-
version '1.7.2'
12+
version '1.7.3'
1313

1414
sourceCompatibility = 1.8
1515

0 commit comments

Comments
 (0)