Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuminaSapphira committed Nov 27, 2016
1 parent 6ba9e36 commit 6503261
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

}

version = "1.0.0-beta1"
version = "1.0.0-beta2"
group= "net.cerulan.healthhungertweaks"
archivesBaseName = "healthhungertweaks"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;

@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, dependencies="required-after:AppleCore@[2.1.0,)")
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, dependencies="required-after:AppleCore@[2.1.0,)", updateJSON="https://raw.githubusercontent.com/CerulanLumina/HealthHungerTweaks/master/versions.json")
public class HealthHungerTweaks
{

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/cerulan/healthhungertweaks/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class ModInfo {

public static final String MODID = "healthhungertweaks";
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.0-beta2";

}
9 changes: 9 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"homepage": "https://minecraft.curseforge.com/projects/health-and-hunger-tweaks",
"1.10.2": {
"1.0.0-beta2": "Fixed a few minor issues"
},
"promos": {
"<1.10.2>-latest": "1.0.0-beta2"
}
}

0 comments on commit 6503261

Please sign in to comment.