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

Commit 1cceb98

Browse files
committed
Update versionnumber
1 parent d31e68a commit 1cceb98

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
@@ -24,7 +24,7 @@ public final class UpdateUtility
2424
/**
2525
* The current version of this application
2626
*/
27-
public static final String VERSION = "1.4.2";
27+
public static final String VERSION = "1.4.3";
2828

2929
private UpdateUtility()
3030
{

gradle.properties

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

0 commit comments

Comments
 (0)