Skip to content

Commit

Permalink
1.7.73: Tumblr tags are now downloaded in right order; Added xcartx r…
Browse files Browse the repository at this point in the history
…ipper; Can now run command when rips complete
  • Loading branch information
cyian-1756 committed Dec 13, 2018
1 parent 9e9442e commit 6f89601
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.72</version>
<version>1.7.73</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,7 +1,7 @@
{
"latestVersion": "1.7.72",
"currentHash": "64b3bb094b70f17c0e77f8921025213a4c6135ab75e2e6fac697f24985012a73",
"latestVersion": "1.7.73",
"changeList": [
"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",
"1.7.70: Added arabic translation; Updater now works on java 10; Fixed mangadex ripper",
Expand Down Expand Up @@ -244,5 +244,6 @@
"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.72";
private static final String DEFAULT_VERSION = "1.7.73";
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 6f89601

Please sign in to comment.