Skip to content

Commit

Permalink
1.7.92: Added read-comic.com ripper; Fix Pawoo ripper; Add ChineseSim…
Browse files Browse the repository at this point in the history
…plified language file; Fixed artstation ripper
  • Loading branch information
cyian-1756 committed Mar 28, 2020
1 parent 4248a0f commit 57aa76b
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.91</version>
<version>1.7.92</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": "fb1e97064f255315da31b794897a9aacf2f958aad89202677deb6cdcf565ec77",
"currentHash": "e0d946933c0a89da03e9a5a00420a87dd8c2fc23eae01e1a2fb8390eceb9b868",
"changeList": [
"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",
"1.7.89: Improved twitter ripper; Fixed xhamster image ripper; Fixed allporncomic ripper; Added Ripper for folio.ink",
Expand Down Expand Up @@ -263,5 +264,5 @@
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"latestVersion": "1.7.91"
"latestVersion": "1.7.92"
}
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.91";
private static final String DEFAULT_VERSION = "1.7.92";
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 57aa76b

Please sign in to comment.