*Changed plugin.yml version number from 2.1.3 to 2.2.0

*Changed plugin internal version number from 33 to 34
This commit is contained in:
David Berdik 2021-07-07 16:18:46 -04:00
parent 100ce46665
commit 0b3dc1b257
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public class UpdateScanner implements Runnable {
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
// before the check is performed again. If a newer version is found, begin reporting
// the discovery of a newer version once every hour.
final String pluginVersionCount = "33";
final String pluginVersionCount = "34";
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {

View File

@ -1,6 +1,6 @@
name: Herobrine
main: net.theprogrammersworld.herobrine.Herobrine
version: 2.1.3
version: 2.2.0
description: "Bring Herobrine to your Spigot-based Minecraft server!"
website: https://www.theprogrammersworld.net
api-version: 1.17