Skip to content

Commit

Permalink
chore(gradle): bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Sep 10, 2022
1 parent cdcea5b commit cc3f5a8
Show file tree
Hide file tree
Showing 3 changed files with 3 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 = '2.0.1'
version = '2.0.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
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 = "2.0.1";
protected static final String VERSION = "2.0.2";

@Mod.Instance(MOD_ID)
private static PokeRemovalForge instance;
Expand Down
2 changes: 1 addition & 1 deletion forge16/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/BetterDexRewards/issues"

[[mods]]
modId="pokeremoval"
version="2.0.1"
version="2.0.2"
displayName="PokeRemoval Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down

0 comments on commit cc3f5a8

Please sign in to comment.