Skip to content

Commit

Permalink
1.7.93: Fixed Motherless ripper; Fixed e621 ripper; Updated pt_PT tra…
Browse files Browse the repository at this point in the history
…nslation; Implemented redgifs Ripper; added missing translation to Korean/KR; Fixed elecx ripper; Added ripper for HentaiNexus
  • Loading branch information
cyian-1756 committed Jul 29, 2020
1 parent 43b8ebb commit f639758
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.92</version>
<version>1.7.93</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": "e0d946933c0a89da03e9a5a00420a87dd8c2fc23eae01e1a2fb8390eceb9b868",
"currentHash": "357639535c112ca857117151321141cb08ad313021079d522c2c5d15ee799998",
"changeList": [
"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",
"1.7.90: Added FitnakedgirlsRipper; Fixed VK Album Ripper; Fixed Myreadingmanga Ripper; Fixed windows max file name; Fixed Pornhub Video Ripper; Fixed Motherless Ripper; Fixed Instagram Ripper",
Expand Down Expand Up @@ -264,5 +265,5 @@
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"latestVersion": "1.7.92"
"latestVersion": "1.7.93"
}
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.92";
private static final String DEFAULT_VERSION = "1.7.93";
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 f639758

Please sign in to comment.