Skip to content

Commit c5487db

Browse files
author
LazyGon
committed
changed version to 3.3.10
1 parent 6a10a44 commit c5487db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>fr.stevecohen.jailworker</groupId>
55
<artifactId>JailWorker</artifactId>
6-
<version>3.3.9</version>
6+
<version>3.3.10</version>
77
<repositories>
88
<repository>
99
<id>spigot-repo</id>

src/main/java/fr/alienationgaming/jailworker/config/ConfigUpdater.java

+5
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ public static void update() {
115115
Config.get().set("plugin.version", oldVersion);
116116
}
117117

118+
if (oldVersion.equals("3.3.9")) {
119+
oldVersion = "3.3.10";
120+
Config.get().set("plugin.version", oldVersion);
121+
}
122+
118123
plugin.getLogger()
119124
.info("Go to http://dev.bukkit.org/bukkit-plugins/jail-worker/ for news and reporting bugs");
120125
Config.save();

0 commit comments

Comments
 (0)