diff --git a/build.bat b/build.bat old mode 100644 new mode 100755 diff --git a/pom.xml b/pom.xml index 1e13a2c1..974e2e06 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.rarchives.ripme ripme jar - 1.6.1 + 1.6.2 ripme http://rip.rarchives.com diff --git a/ripme.json b/ripme.json index a46bde0d..ff432a27 100644 --- a/ripme.json +++ b/ripme.json @@ -1,6 +1,7 @@ { - "latestVersion": "1.6.1", + "latestVersion": "1.6.2", "changeList": [ + "1.6.2: Fixed shesfreaky.com ripper; Fixed imgbox ripper; Fixed Xhamster video ripping", "1.6.1: Rolled E621Ripper back from 1.6.0 to the 1.5.15 version", "1.6.0: Updated to java 8; Some code cleanup", "1.5.15: Added Hbrowse.com ripper; 8muses ripper now can rip from all album types", diff --git a/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java b/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java index 45eff1f0..1ab4cec9 100644 --- a/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java +++ b/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java @@ -21,7 +21,7 @@ import com.rarchives.ripme.utils.Utils; public class UpdateUtils { private static final Logger logger = Logger.getLogger(UpdateUtils.class); - private static final String DEFAULT_VERSION = "1.6.1"; + private static final String DEFAULT_VERSION = "1.6.2"; private static final String REPO_NAME = "ripmeapp/ripme"; private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json"; private static final String mainFileName = "ripme.jar";