Skip to content

Commit

Permalink
1.7.74: Added support for hentai foundry stories; Fixed tubex6 ripper…
Browse files Browse the repository at this point in the history
…; Fixed instagram ripper
  • Loading branch information
cyian-1756 committed Dec 15, 2018
1 parent 6c35be1 commit c44525a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.7.73</version>
<version>1.7.74</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>
Expand Down
7 changes: 4 additions & 3 deletions ripme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"latestVersion": "1.7.73",
"currentHash": "50de31e2f82726f073ac30d4f87318f461a321c11e2babc7894322a5795f53ef",
"latestVersion": "1.7.74",
"changeList": [
"1.7.74: Added support for hentai foundry stories; Fixed tubex6 ripper; Fixed instagram ripper",
"1.7.73: Tumblr tags are now downloaded in right order; Added xcartx ripper; Can now run command when rips complete",
"1.7.72: tumblr ripper now respects download.save_order; Tumblr ripper now can rip from liked pages",
"1.7.71: Fixed Erome ripper; Remove HexBinaryAdapter import remnant; fized photobucket watermark issue; add derpi ripper; added support for 4channel.org",
Expand Down Expand Up @@ -244,6 +246,5 @@
"1.0.4: Fixed spaces-in-directory bug",
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"currentHash": "d29423f8ee0fc6a458397ba1f4a308ae167153f0bed815c634fb8d03dc146c98"
]
}
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 @@ -19,7 +19,7 @@
public class UpdateUtils {

private static final Logger logger = Logger.getLogger(UpdateUtils.class);
private static final String DEFAULT_VERSION = "1.7.73";
private static final String DEFAULT_VERSION = "1.7.74";
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";
Expand Down

0 comments on commit c44525a

Please sign in to comment.