Skip to content

Commit

Permalink
v1.0.1.1 fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Young committed Sep 8, 2019
1 parent be354a8 commit f49fb41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/app.properties
Original file line number Diff line number Diff line change
@@ -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."
}
7 changes: 4 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit f49fb41

Please sign in to comment.