diff --git a/src/main/resources/app.properties b/src/main/resources/app.properties index f5dbae5..67d9467 100644 --- a/src/main/resources/app.properties +++ b/src/main/resources/app.properties @@ -1,7 +1,7 @@ ext { bc_modid = "bettercaves" bc_name = "YUNG's Better Caves" - bc_version = "1.12.2-1.0.1.0" + bc_version = "1.12.2-1.0.1.1" bc_desc = "YUNG's Better Caves overhauls Vanilla Minecraft's cave generation, making caves much more structurally diverse and exciting!" bc_credits = "Thanks to superfluke's WorleyCaves code for some algorithmic insight, and TheMasterCaver for inspiration from his work." } \ No newline at end of file diff --git a/versions.json b/versions.json index bcde144..a5e1b74 100644 --- a/versions.json +++ b/versions.json @@ -2,10 +2,11 @@ "homepage": "http://www.yungnickyoung.com", "1.12.2": { "1.0.0.0":" Public release", - "1.0.0.1":" Adjusted spawn rate of Lava Caverns to match Floored Caverns" + "1.0.1.0":" Adjusted spawn rate of Lava Caverns to match Floored Caverns", + "1.0.1.1":" Fix version number" }, "promos": { - "1.12.2-latest": "1.0.0.1", - "1.12.2-recommended": "1.0.0.1" + "1.12.2-latest": "1.0.1.1", + "1.12.2-recommended": "1.0.1.1" } } \ No newline at end of file