Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 57751b9

Browse files
Version Bump
Signed-off-by: Thomas Wessel <turpleturtle12@gmail.com>
1 parent 6cc22e7 commit 57751b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

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

55
group 'com.github.tcn.plexi'
6-
version 'v1.0-beta.5.2'
6+
version 'v1.0-beta.5.3'
77

88
sourceCompatibility = 1.8
99

src/main/java/com/github/tcn/plexi/settingsManager/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Settings {
2222
//reference to this object - the only one
2323
private static Settings SETTINGS_INSTANCE = null;
2424
//the version number
25-
private final String VERSION_NUMBER = "v1.0-beta.5.2";
25+
private final String VERSION_NUMBER = "v1.0-beta.5.3";
2626
//stuff loaded from the config file
2727
private String TOKEN = null;
2828
private String PREFIX = null;

0 commit comments

Comments
 (0)