Skip to content

Commit

Permalink
Version 4.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Jan 7, 2019
1 parent 232a866 commit ada0abe
Show file tree
Hide file tree
Showing 32 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion 1.09.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configurations {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.09.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ configurations {
compile.extendsFrom(shade)
}

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.09.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.09.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ configurations {
compile.extendsFrom(shade)
}

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.09.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.09.4-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.09.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.09.4/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.10.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.10.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.10.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.10.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.11.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.11.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.11.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.11.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.12.0-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.12.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.12.1/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 1.12.2-litemod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "LiteModWDL"
libsDirName = "../../libs/${version}"
Expand Down
2 changes: 1 addition & 1 deletion 1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {

apply plugin: 'java'

version = "4.0.3.4-SNAPSHOT"
version = "4.0.4.0"
group = "wdl"
archivesBaseName = "WorldDownloader"
libsDirName = "../../libs/${version}"
Expand Down
4 changes: 2 additions & 2 deletions 1.12.2/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.13.0/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
4 changes: 2 additions & 2 deletions 1.13.1/src/main/java/wdl/VersionConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2520465
*
* Copyright (c) 2014 nairol, cubic72
* Copyright (c) 2017 Pokechu22, julialy
* Copyright (c) 2017-2019 Pokechu22, julialy
*
* This project is licensed under the MMPLv2. The full text of the MMPL can be
* found in LICENSE.md, or online at https://github.com/iopleke/MMPLv2/blob/master/LICENSE.md
Expand Down Expand Up @@ -86,7 +86,7 @@ public static String getMinecraftVersionInfo() {
*/
public static String getModVersion() {
// TODO: Automatically generate this somehow
return "4.0.3.4-SNAPSHOT";
return "4.0.4.0";
}

/**
Expand Down
Loading

0 comments on commit ada0abe

Please sign in to comment.