*Updated plugin.yml version number from 1.7.3 to 1.8.0

*Changed plugin internal version number from 22 to 23
This commit is contained in:
David Berdik 2019-06-22 17:21:42 -04:00
parent f2e0222850
commit 8a987d51a4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
name: Herobrine name: Herobrine
main: net.theprogrammersworld.herobrine.Herobrine main: net.theprogrammersworld.herobrine.Herobrine
version: 1.7.3 version: 1.8.0
website: https://www.theprogrammersworld.net website: https://www.theprogrammersworld.net
api-version: 1.13 api-version: 1.13
commands: commands: