Skip to content

Commit

Permalink
Upgrade to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Jun 9, 2023
1 parent 6b54e97 commit 8fa8a23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BungeeNegativity
author: Elikill58
version: "1.13"
version: "1.13.1"
main: com.elikill58.negativity.bungee.BungeeNegativity
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Negativity
main: com.elikill58.negativity.spigot.SpigotNegativity
version: "1.13"
version: "1.13.1"
author: [Elikill58, RedNesto]
description: It's an Advanced AntiCheat Detection, by Elikill58.
api-version: 1.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

public class UniversalUtils {

public static final String PLUGIN_VERSION = "1.13";
public static final String PLUGIN_VERSION = "1.13.1";
public static final DateTimeFormatter GENERIC_DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
public static boolean HAVE_INTERNET = true;
private static boolean DEBUG = false;
Expand Down
2 changes: 1 addition & 1 deletion velocity-plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"negativity","name":"Negativity","version":"1.13","description":"It's an Advanced AntiCheat Detection","authors":["Elikill58", "RedNesto"],"dependencies":[],"main":"com.elikill58.negativity.velocity.VelocityNegativity"}
{"id":"negativity","name":"Negativity","version":"1.13.1","description":"It's an Advanced AntiCheat Detection","authors":["Elikill58", "RedNesto"],"dependencies":[],"main":"com.elikill58.negativity.velocity.VelocityNegativity"}

0 comments on commit 8fa8a23

Please sign in to comment.