File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/main/java/com/rarchives/ripme/ui Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 <groupId >com.rarchives.ripme</groupId >
55 <artifactId >ripme</artifactId >
66 <packaging >jar</packaging >
7- <version >1.5.0 </version >
7+ <version >1.5.1 </version >
88 <name >ripme</name >
99 <url >http://rip.rarchives.com</url >
1010 <properties >
Original file line number Diff line number Diff line change 11{
2- "latestVersion" : " 1.5.0 " ,
2+ "latestVersion" : " 1.5.1 " ,
33 "changeList" : [
4+ " 1.5.1: Ensure update mechanism is working correctly." ,
45 " 1.5.0: Change 'home' repo from 4pr0n/RipMe to RipMeApp/RipMe" ,
56 " 1.4.21: Added Chevereto ripper (hushpix.com, tag-fox.com)" ,
67 " 1.4.20: EroshareRipper can now rip user profiles" ,
Original file line number Diff line number Diff line change 2121public class UpdateUtils {
2222
2323 private static final Logger logger = Logger .getLogger (UpdateUtils .class );
24- private static final String DEFAULT_VERSION = "1.5.0 " ;
24+ private static final String DEFAULT_VERSION = "1.5.1 " ;
2525 private static final String REPO_NAME = "ripmeapp/ripme" ;
2626 private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json" ;
2727 private static final String mainFileName = "ripme.jar" ;
You can’t perform that action at this time.
0 commit comments