Skip to content

Commit 1813757

Browse files
WunderoWundero
Wundero
authored and
Wundero
committed
Forgot to increment version number
Whoops.
1 parent 0fb53fd commit 1813757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'me.rojo8399.placeholderapi'
7-
version = '4.3'
7+
version = '4.4'
88
description = 'An API for all of your placeholders.'
99

1010
compileJava.options.encoding = 'UTF-8'

src/main/java/me/rojo8399/placeholderapi/impl/PlaceholderAPIPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class PlaceholderAPIPlugin {
8888
private static PlaceholderAPIPlugin instance;
8989
public static final String PLUGIN_ID = "placeholderapi";
9090
public static final String PLUGIN_NAME = "PlaceholderAPI";
91-
public static final String PLUGIN_VERSION = "4.3";
91+
public static final String PLUGIN_VERSION = "4.4";
9292

9393
public static PlaceholderAPIPlugin getInstance() {
9494
return instance;

0 commit comments

Comments
 (0)