Skip to content

Commit e5214db

Browse files
authored
Merge pull request #66 from dshadowwolf/master-1.12
move to -rc1, update changelog and various bit dependent on this
2 parents dd77e0b + 0fefe8f commit e5214db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed a silly bug in the last release causing nether ores for vanilla mats not to generate
1+
*Metals family wide bug-fixes and updates. No longer requires BaseMetals - only MMDLib and MMD OreSpawn.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ bmi_version=2.5.0-beta+
3535
fme_version=2.5.0-beta+
3636
mme_version=2.5.0-beta+
3737
hwyla_version=1.8.23-B38_1.12
38-
mmdlib_version=1.0.0-beta+
38+
mmdlib_version=1.0.0-rc+

src/main/java/com/mcmoddev/nethermetals/NetherMetals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class NetherMetals {
4747
* is made that has the potential to break compatibility with other mods that depend on this
4848
* one.
4949
*/
50-
public static final String VERSION = "1.2.0-beta6";
50+
public static final String VERSION = "1.2.0-rc1";
5151

5252
public static final Logger LOGGER = LogManager.getFormatterLogger(NetherMetals.MODID);
5353

0 commit comments

Comments
 (0)