Skip to content

Commit

Permalink
1.7.63: Removed line wrapping; Added anillty to rip url ranges; Fixed…
Browse files Browse the repository at this point in the history
… gfycatRipper
  • Loading branch information
cyian-1756 committed Aug 24, 2018
1 parent 2f3e4a5 commit 3ea519d
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.62</version>
<version>1.7.63</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.62",
"latestVersion": "1.7.63",
"currentHash": "cd4cd6f09402c3fea864888904b8a10afe450d06d337ae3b0dbea0ff331fd145",
"changeList": [
"1.7.63: Removed line wrapping; Added anillty to rip url ranges; Fixed gfycatRipper",
"1.7.62: Added hentai-comic and hentai-image rippers; Fixed HitomiRipper; Added hqporner ripper; Added Gelbooru.com ripper; Added line wrapping in log window",
"1.7.61: Re-add 8Chan support; Added kenzato.uk to CheveretoRippers; Added russian translation; Reddit ripper now uses sub folders; fixed JabArchivesRipper regex",
"1.7.60: Fixed EightmusesRipper; added Jab Archives ripper; loveroms ripper now properly names files; Fixed ArtStationRipper",
Expand Down Expand Up @@ -233,6 +235,5 @@
"1.0.4: Fixed spaces-in-directory bug",
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"currentHash": "01900903d0c8ba2d6fddf510281253a96144c3b903f8bbcc33ba4c84487c45e2"
]
}
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 @@ -20,7 +20,7 @@
public class UpdateUtils {

private static final Logger logger = Logger.getLogger(UpdateUtils.class);
private static final String DEFAULT_VERSION = "1.7.62";
private static final String DEFAULT_VERSION = "1.7.63";
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 3ea519d

Please sign in to comment.