File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/main/java/com/rarchives/ripme/ui Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33 <groupId >com.rarchives.ripme</groupId >
44 <artifactId >ripme</artifactId >
55 <packaging >jar</packaging >
6- <version >1.7.94 </version >
6+ <version >1.7.95 </version >
77 <name >ripme</name >
88 <url >http://rip.rarchives.com</url >
99 <properties >
Original file line number Diff line number Diff line change 11{
2- "currentHash" : " 1ebe144d0f294c4e8b482742a2588201f8b962fbcebbbd109627e1fc9e2b6d94 " ,
2+ "currentHash" : " 008201e406f401b27248277a4188f26203bb9da0170872de900125f8a6c8b558 " ,
33 "changeList" : [
4+ " 1.7.95: Added porncomixinfo.net; Fixed ripper for HentaiNexus; move l option to before r and R; marked some tests as flaky " ,
45 " 1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix imagefap ripper; instagramRipper, replaced Nashorn with GraalVM.js" ,
56 " 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" ,
67 " 1.7.92: Added read-comic.com ripper; Fix Pawoo ripper; Add ChineseSimplified language file; Fixed artstation ripper" ,
266267 " 1.0.3: Added VK.com ripper" ,
267268 " 1.0.1: Added auto-update functionality"
268269 ],
269- "latestVersion" : " 1.7.94 "
270+ "latestVersion" : " 1.7.95 "
270271}
Original file line number Diff line number Diff line change 2323public class UpdateUtils {
2424
2525 private static final Logger logger = Logger .getLogger (UpdateUtils .class );
26- private static final String DEFAULT_VERSION = "1.7.94 " ;
26+ private static final String DEFAULT_VERSION = "1.7.95 " ;
2727 private static final String REPO_NAME = "ripmeapp/ripme" ;
2828 private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json" ;
2929 private static String mainFileName ;
You can’t perform that action at this time.
0 commit comments