Skip to content
This repository was archived by the owner on Nov 26, 2019. It is now read-only.

Commit 265b089

Browse files
committed
# Increase versionnumbers
1 parent 0b50b91 commit 265b089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/main/java/com/msc/serverbrowser/util/UpdateUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class UpdateUtility {
3434
* since in the feature i'll to know this as for having to update the jre aswell.
3535
* </p>
3636
*/
37-
public static final String VERSION = "8.5.2";
37+
public static final String VERSION = "8.5.3";
3838

3939
private UpdateUtility() {
4040
// Constructor to prevent instantiation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion = 8.5.2
1+
projectVersion = 8.5.3
22
projectGroup = me.marcelschr.samp
33
projectVendor = Bios-Marcel
44
gradleWrapperVersion = 4.1

0 commit comments

Comments
 (0)