summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPepich <benedikt.abel@yahoo.de>2017-05-09 11:24:30 +0200
committerPepich <benedikt.abel@yahoo.de>2017-05-09 11:24:30 +0200
commit0140aeee026a1ff4a1e4247f1203c4fcf5b459c8 (patch)
treee02240fadb0f4154c453e606d8cbdfa055feed07
parented4da2e766e32b7dfe565f4a2f6863c16b72ee27 (diff)
Updated version ._.
-rw-r--r--src/com/redstoner/misc/Utils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/redstoner/misc/Utils.java b/src/com/redstoner/misc/Utils.java
index c5491c5..a06b966 100644
--- a/src/com/redstoner/misc/Utils.java
+++ b/src/com/redstoner/misc/Utils.java
@@ -16,7 +16,7 @@ import net.md_5.bungee.api.ChatColor;
/** The utils class containing utility functions. Those include but are not limited to sending formatted messages, broadcasts and more.
*
* @author Pepich */
-@Version(major = 1, minor = 3, revision = 4, compatible = 1)
+@Version(major = 1, minor = 3, revision = 5, compatible = 1)
public final class Utils
{
/** The SimpleDateFormat used for getting the current date. */