File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/me/rojo8399/placeholderapi/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = ' me.rojo8399.placeholderapi'
7
- version = ' 4.3 '
7
+ version = ' 4.4 '
8
8
description = ' An API for all of your placeholders.'
9
9
10
10
compileJava. options. encoding = ' UTF-8'
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public class PlaceholderAPIPlugin {
88
88
private static PlaceholderAPIPlugin instance ;
89
89
public static final String PLUGIN_ID = "placeholderapi" ;
90
90
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 " ;
92
92
93
93
public static PlaceholderAPIPlugin getInstance () {
94
94
return instance ;
You can’t perform that action at this time.
0 commit comments