diff options
-rw-r--r-- | Recommended.txt | 2 | ||||
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | src/Java/gtPlusPlus/core/lib/CORE.java | 2 | ||||
-rw-r--r-- | src/resources/mcmod.info | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Recommended.txt b/Recommended.txt index 732b80ee8e..c5daccae56 100644 --- a/Recommended.txt +++ b/Recommended.txt @@ -1 +1 @@ -1.7.0-prerelease-5
\ No newline at end of file +1.7.0-prerelease-7
\ No newline at end of file diff --git a/build.gradle b/build.gradle index 06d05d2d59..2ad6f708e8 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "GT-PlusPlus" -version = "1.7.0-prerelease-6" +version = "1.7.0-prerelease-7" minecraft.version = "1.7.10-10.13.4.1614-1.7.10" diff --git a/src/Java/gtPlusPlus/core/lib/CORE.java b/src/Java/gtPlusPlus/core/lib/CORE.java index 20899eb9e2..283f45f920 100644 --- a/src/Java/gtPlusPlus/core/lib/CORE.java +++ b/src/Java/gtPlusPlus/core/lib/CORE.java @@ -48,7 +48,7 @@ public class CORE { public static final String name = "GT++"; public static final String MODID = "miscutils"; - public static final String VERSION = "1.7.0-prerelease-6"; + public static final String VERSION = "1.7.0-prerelease-7"; public static String MASTER_VERSION = NetworkUtils.getContentFromURL("https://raw.githubusercontent.com/draknyte1/GTplusplus/master/Recommended.txt").toLowerCase(); public static String USER_COUNTRY = GeoUtils.determineUsersCountry(); public static boolean isModUpToDate = Utils.isModUpToDate(); diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index 0c6e1ca747..7191ff5452 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -2,10 +2,10 @@ { "modid": "miscutils", "name": "GT++", - "description": "Adds a few various Multiblocks, Machines, etc to Gregtech and a plethora of other mods (Nearly 30!)", + "description": "Adds over 100 new Multiblocks, Machines, etc to Gregtech.", "credits": "", "logoFile": "", - "version": "1.7.0-prerelease-6", + "version": "1.7.0-prerelease-7", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/GTplusplus/wiki", "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", |