Skip to content

Commit

Permalink
chore(gradle): bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Dec 2, 2023
1 parent 54c5666 commit 9265c9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.reforged.bingo'
version = '2.8.0'
version = '2.9.0'

ext {
forgeVersion = "none"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
public class ReforgedBingo {

protected static final String VERSION = "2.8.0";
protected static final String VERSION = "2.9.0";

private static ReforgedBingo 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/ReforgedBingo/issues"

[[mods]]
modId="reforgedbingo"
version="2.8.0"
version="2.9.0"
displayName="Reforged Bingo Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down
2 changes: 1 addition & 1 deletion forge20/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/ReforgedBingo/issues"

[[mods]]
modId="reforgedbingo"
version="2.8.0"
version="2.9.0"
displayName="Reforged Bingo Forge"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down

0 comments on commit 9265c9a

Please sign in to comment.