Skip to content

Commit

Permalink
Set version to 4.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Sep 19, 2017
1 parent 7fdb6fa commit a728737
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 1.10-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}
2 changes: 1 addition & 1 deletion 1.10/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}
2 changes: 1 addition & 1 deletion 1.11-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}
2 changes: 1 addition & 1 deletion 1.11/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}
2 changes: 1 addition & 1 deletion 1.12-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}
2 changes: 1 addition & 1 deletion 1.12.2-litemod/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.2/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.2/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}
2 changes: 1 addition & 1 deletion 1.12/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.8.47'
}

version = "4.0.1.2-SNAPSHOT"
version = "4.0.1.2"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12/src/main/java/wdl/VersionConstants.java
Expand Up @@ -72,6 +72,6 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.1.2-SNAPSHOT";
return "4.0.1.2";
}
}

0 comments on commit a728737

Please sign in to comment.