Skip to content

Commit

Permalink
chore(gradle): bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Jan 25, 2022
1 parent 9e3cfc6 commit 3d067fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.poke.removal'
version = '1.1.1'
version = '1.1.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
1 change: 0 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ shadowJar {
relocate('com.envyful.api', 'com.envyful.poke.removal.forge.shade.envy.api')
relocate('org.bstats', 'com.envyful.poke.removal.forge.shade.bstats')


exclude "**/module-info.class"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class PokeRemovalForge {

protected static final String MOD_ID = "pokeremoval";
protected static final String VERSION = "1.1.1";
protected static final String VERSION = "1.1.2";

@Mod.Instance(MOD_ID)
private static PokeRemovalForge instance;
Expand Down

0 comments on commit 3d067fa

Please sign in to comment.