Skip to content

Commit 84201e6

Browse files
authored
Merge pull request #70 from runejs/feature/update-server-renaming
Creating a new prebuilt client release with the latest changes
2 parents 32aa79a + 8f0a148 commit 84201e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Running the client can be done either with the pre-built client JAR file or by b
1212

1313
Running the pre-built client requires having Java installed: https://www.java.com/en/
1414

15-
Once installed, go into the `/prebuilt/` and simply double-click the JAR file to run it. Alternatively if executing the JAR does not work, the command `java -jar client-435-0.2.jar` may be used from within the `/prebuilt/` directory.
15+
Once installed, go into the `/prebuilt/` and simply double-click the JAR file to run it. Alternatively if executing the JAR does not work, the command `java -jar client-435-0.3.jar` may be used from within the `/prebuilt/` directory.
1616

1717
The client will use a set of default configurations if no file is provided. The default client configuration matches up to the default RuneJS server configuration for quick and easy initial setup. It's highly advised that you generate your own RSA public and private keys for long term use.
1818

@@ -62,5 +62,5 @@ The `jar` task can be used to build a jar, which is generated in the `build/libs
6262
6363
```
6464
./gradlew jar
65-
java -jar ./build/libs/client-435-0.2.jar
65+
java -jar ./build/libs/client-435-0.3.jar
6666
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'tech.henning'
7-
version = '0.2'
7+
version = '0.3'
88

99
sourceCompatibility = 8
1010
targetCompatibility = 8
996 KB
Binary file not shown.

0 commit comments

Comments
 (0)