Skip to content

Commit 631c380

Browse files
committed
Release 3.2.1
1 parent 0083c40 commit 631c380

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
dependencies {
2020
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
2121
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.0.9'
22-
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5'
22+
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.1'
2323
}
2424
}
2525

@@ -69,9 +69,9 @@ if (secretFile.exists()) {
6969
}
7070

7171
minecraft {
72-
version = "1.12.1-14.22.1.2485"
72+
version = "1.12.2-14.23.1.2555"
7373
runDir = "run"
74-
mappings = "snapshot_20170925"
74+
mappings = "snapshot_20171231"
7575
// coreMod = ""
7676
makeObfSourceJar = false
7777

@@ -254,7 +254,7 @@ curseforge {
254254
project {
255255
id = "245586"
256256
changelog = file("CHANGELOG.txt")
257-
releaseType = "alpha"
257+
releaseType = "release"
258258
def projName = "OreSpawn"
259259
def displayVersion = getVersion("VERSION", mod_file)
260260
if (System.getenv().BUILD_NUMBER) {

src/main/java/com/mcmoddev/orespawn/data/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class Constants {
44
public static final String MODID = "orespawn";
55
public static final String NAME = "MMD OreSpawn";
6-
public static final String VERSION = "3.2.0";
6+
public static final String VERSION = "3.2.1";
77
public static final String RETROGEN_KEY = "Retrogen";
88
public static final String CONFIG_FILE = "config/orespawn.cfg";
99
public static final String FORCE_RETROGEN_KEY = "Force Retrogen";

0 commit comments

Comments
 (0)