Skip to content

Commit

Permalink
Update to version 1.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicked7000 committed May 18, 2020
1 parent 60ffc7d commit 5882d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: "com.github.johnrengelman.shadow"

version = "1.2.2"
version = "1.2.2.1"
group = "com.wicked.entitypurger"
archivesBaseName = "entitypurger"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/wicked/entitypurger/EntityPurger.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EntityPurger
{
public static final String MODID = "entitypurger";
public static final String NAME = "Entity Purger";
public static final String VERSION = "1.2.2";
public static final String VERSION = "1.2.2.1";

private Side side;
private MinecraftServer minecraftServer;
Expand Down

0 comments on commit 5882d5d

Please sign in to comment.