1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 20:58:31 +01:00

1.6.1: Rolled E621Ripper back from 1.6.0 to the 1.5.15 version

This commit is contained in:
cyian-1756 2017-10-26 04:50:49 -04:00
parent 3f3f7d6031
commit 8a42081f19
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.6.0</version>
<version>1.6.1</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>

View File

@ -1,6 +1,7 @@
{
"latestVersion": "1.6.0",
"latestVersion": "1.6.1",
"changeList": [
"1.6.1: Rolled E621Ripper back from 1.6.0 to the 1.5.15 version",
"1.6.0: Updated to java 8; Some code cleanup",
"1.5.15: Added Hbrowse.com ripper; 8muses ripper now can rip from all album types",
"1.5.14: Myhentaicomics ripper no longer tries to download ads; Added hentai.cafe ripper; Fixed sankakucomplex ripper",

View File

@ -21,7 +21,7 @@ import com.rarchives.ripme.utils.Utils;
public class UpdateUtils {
private static final Logger logger = Logger.getLogger(UpdateUtils.class);
private static final String DEFAULT_VERSION = "1.6.0";
private static final String DEFAULT_VERSION = "1.6.1";
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";