Skip to content

Commit

Permalink
chore(forge): add updateJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Nov 22, 2021
1 parent 49b67b8 commit 76c125d
Show file tree
Hide file tree
Showing 2 changed files with 4 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.reforged.bingo'
version = '0.9.0'
version = '0.9.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
modid = "reforgedbingo",
name = "Reforged Bingo Forge",
version = ReforgedBingo.VERSION,
acceptableRemoteVersions = "*"
acceptableRemoteVersions = "*",
updateJSON = "https://ogn.pixelmonmod.com/update/sm-rb/update.json"
)
public class ReforgedBingo {

protected static final String VERSION = "0.9.0";
protected static final String VERSION = "0.9.1";

private static ReforgedBingo instance;

Expand Down

0 comments on commit 76c125d

Please sign in to comment.