Skip to content

Commit

Permalink
chore(gradle): bump to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Aug 19, 2023
1 parent 3c6cc51 commit f40c417
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.ultimate.poke.builder'
version = '2.2.0'
version = '2.2.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)
public class UltimatePokeBuilderForge {

public static final String VERSION = "2.2.0";
public static final String VERSION = "2.2.1";

private static UltimatePokeBuilderForge 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 @@ -6,7 +6,7 @@ showAsResourcePack=false

[[mods]]
modId="ultimatepokebuilder"
version="2.2.0"
version="2.2.1"
displayName="UltimatePokeBuilder"
displayURL="https://discord.gg/7vqgtrjDGw"
credits="Envyful"
Expand Down

0 comments on commit f40c417

Please sign in to comment.