Skip to content

Commit d5b6af6

Browse files
committed
chore(gradle): bump version to 2.0.3
1 parent 6df013a commit d5b6af6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subprojects {
1313
apply plugin: 'java'
1414

1515
group = 'com.envyful.papi'
16-
version = '2.0.2'
16+
version = '2.0.3'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8

forge/src/main/java/com/envyful/papi/forge/ForgePlaceholderAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919
public class ForgePlaceholderAPI {
2020

21-
public static final String VERSION = "2.0.2";
21+
public static final String VERSION = "2.0.3";
2222

2323
@Mod.EventHandler
2424
public void onServerStarting(FMLPreInitializationEvent event) {

forge16/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ showAsResourcePack=false
1313

1414
[[mods]]
1515
modId="forgeplaceholderapi"
16-
version="2.0.2"
16+
version="2.0.3"
1717
displayName="Forge Placeholder API"
1818
displayURL="https://discord.gg/7vqgtrjDGw"
1919
credits="Envyful"

0 commit comments

Comments
 (0)