Skip to content

Commit

Permalink
1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix i…
Browse files Browse the repository at this point in the history
…magefap ripper; instagramRipper, replaced Nashorn with GraalVM.js
  • Loading branch information
cyian-1756 committed Nov 22, 2020
1 parent bddda27 commit 19ea20d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.7.93</version>
<version>1.7.94</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>
Expand Down
5 changes: 3 additions & 2 deletions ripme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"currentHash": "357639535c112ca857117151321141cb08ad313021079d522c2c5d15ee799998",
"currentHash": "1ebe144d0f294c4e8b482742a2588201f8b962fbcebbbd109627e1fc9e2b6d94",
"changeList": [
"1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix imagefap ripper; instagramRipper, replaced Nashorn with GraalVM.js",
"1.7.93: Fixed Motherless ripper; Fixed e621 ripper; Updated pt_PT translation; Implemented redgifs Ripper; added missing translation to Korean/KR; Fixed elecx ripper; Added ripper for HentaiNexus",
"1.7.92: Added read-comic.com ripper; Fix Pawoo ripper; Add ChineseSimplified language file; Fixed artstation ripper",
"1.7.91: Fixed luscious ripper. Fixed VK ripper; Added Kingcomix ripper",
Expand Down Expand Up @@ -265,5 +266,5 @@
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"latestVersion": "1.7.93"
"latestVersion": "1.7.94"
}
2 changes: 1 addition & 1 deletion src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class UpdateUtils {

private static final Logger logger = Logger.getLogger(UpdateUtils.class);
private static final String DEFAULT_VERSION = "1.7.93";
private static final String DEFAULT_VERSION = "1.7.94";
private static final String REPO_NAME = "ripmeapp/ripme";
private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json";
private static String mainFileName;
Expand Down

0 comments on commit 19ea20d

Please sign in to comment.