File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ https://wikipediatools.appspot.com and other Wikipedia-related bits and pieces.
1313Requires JDK >= 1.8. For those using Java 9, only the java.base and java.logging
1414modules are required.
1515
16- Latest stable version: [ 0.34 ] ( https://github.com/MER-C/wiki-java/releases/tag/0.34 ) --
17- MediaWiki versions 1.28 +
16+ Latest stable version: [ 0.35 ] ( https://github.com/MER-C/wiki-java/releases/tag/0.35 ) --
17+ MediaWiki versions 1.31 +
1818
1919## Dependencies
2020
Original file line number Diff line number Diff line change 11<project >
22 <groupId >org.wikipedia</groupId >
33 <artifactId >wiki-java</artifactId >
4- <version >0.34 -SNAPSHOT</version >
4+ <version >0.36 -SNAPSHOT</version >
55 <modelVersion >4.0.0</modelVersion >
66
77 <build >
Original file line number Diff line number Diff line change 11/**
2- * @(#)Wiki.java 0.34 13/01 /2018
2+ * @(#)Wiki.java 0.35 20/05 /2018
33 * Copyright (C) 2007 - 2018 MER-C and contributors
44 *
55 * This program is free software; you can redistribute it and/or
5454 * tracker</a>.
5555 *
5656 * @author MER-C and contributors
57- * @version 0.34
57+ * @version 0.35
5858 */
5959public class Wiki implements Comparable <Wiki >
6060{
@@ -423,7 +423,7 @@ public enum Gender
423423 unknown ;
424424 }
425425
426- private static final String version = "0.34 " ;
426+ private static final String version = "0.35 " ;
427427
428428 // fundamental URL strings
429429 private final String protocol , domain , scriptPath ;
Original file line number Diff line number Diff line change 11/**
2- * @(#)WikiTest.java 0.34 13/01 /2018
2+ * @(#)WikiTest.java 0.35 20/05 /2018
33 * Copyright (C) 2014-2018 MER-C
44 *
55 * This program is free software; you can redistribute it and/or
You can’t perform that action at this time.
0 commit comments