Skip to content

Commit

Permalink
Upgrade to v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Oct 12, 2022
1 parent a32de6f commit 386225f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.12.2"
version: "1.12.3"
main: com.elikill58.negativity.bungee.BungeeNegativity
2 changes: 1 addition & 1 deletion mcmod.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[{
"modid": "negativity",
"name": "Negativity",
"version": "1.12.1",
"version": "1.12.3",
"description": "It's an Advanced AntiCheat Detection",
"authorList": [
"Elikill58",
Expand Down
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.12.2"
version: "1.12.3"
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 @@ -50,7 +50,7 @@

public class UniversalUtils {

public static final String PLUGIN_VERSION = "1.12.2";
public static final String PLUGIN_VERSION = "1.12.3";
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.12.2","description":"It's an Advanced AntiCheat Detection","authors":["Elikill58", "RedNesto"],"dependencies":[],"main":"com.elikill58.negativity.velocity.VelocityNegativity"}
{"id":"negativity","name":"Negativity","version":"1.12.3","description":"It's an Advanced AntiCheat Detection","authors":["Elikill58", "RedNesto"],"dependencies":[],"main":"com.elikill58.negativity.velocity.VelocityNegativity"}

0 comments on commit 386225f

Please sign in to comment.