diff --git a/pom.xml b/pom.xml index d7a6afbd..81ad033f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.rarchives.ripme ripme jar - 1.7.76 + 1.7.77 ripme http://rip.rarchives.com diff --git a/ripme.json b/ripme.json index 4abef57e..9bf13c14 100644 --- a/ripme.json +++ b/ripme.json @@ -1,5 +1,7 @@ { + "currentHash": "34f326ec23f3c1ce8df1147c1d9660a1dd7b85074e79351c9295bd74ac8f127a", "changeList": [ + "1.7.77: Reduced log spam; HQporner now supports actress/category/studio/top links; Improved luscious ripper; Fixed Pornhub video ripper; Tumblr ripper now always downloads highest quality available", "1.7.76: Fixed remember url history", "1.7.75: Fix e-hentai ripper; added comixfap ripper; fixed writting urls to files on windows; Fixed update screen issues; Added support for hentaidude; Fixed erome ripper", "1.7.74: Added support for hentai foundry stories; Fixed tubex6 ripper; Fixed instagram ripper", @@ -247,6 +249,5 @@ "1.0.3: Added VK.com ripper", "1.0.1: Added auto-update functionality" ], - "currentHash": "06fdc6290ea7d517baf91929dbb5789daa0177a01e7a37a7f5941910a25fdd71", - "latestVersion": "1.7.76" + "latestVersion": "1.7.77" } \ No newline at end of file diff --git a/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java b/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java index c30375e4..bc4ebf47 100644 --- a/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java +++ b/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java @@ -22,7 +22,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.7.76"; + private static final String DEFAULT_VERSION = "1.7.77"; 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";