Skip to content

Commit 4ff4c8e

Browse files
committed
Version bump.
1 parent 4ea07f6 commit 4ff4c8e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ is available in [org/wikipedia/WMFWiki.java](src/org/wikipedia/WMFWiki.java).
1111
This project also contains the source code to the tools hosted at
1212
https://wikipediatools.appspot.com and other Wikipedia-related bits and pieces. Requires JDK >= 1.8.
1313

14-
Latest stable version: [0.31](https://github.com/MER-C/wiki-java/releases/tag/0.31) --
15-
MediaWiki versions 1.23+
14+
Latest stable version: [0.32](https://github.com/MER-C/wiki-java/releases/tag/0.32) --
15+
MediaWiki versions 1.28+
1616

1717
## Bug reports
1818

src/org/wikipedia/Wiki.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @(#)Wiki.java 0.31 29/08/2015
3-
* Copyright (C) 2007 - 2016 MER-C and contributors
2+
* @(#)Wiki.java 0.32 18/12/2016
3+
* Copyright (C) 2007 - 2017 MER-C and contributors
44
*
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU General Public License
@@ -36,7 +36,7 @@
3636
* Requires JDK 1.8 or greater. Uses the <a
3737
* href="//www.mediawiki.org/wiki/API:Main_page">MediaWiki API</a> for most
3838
* operations. It is recommended that the server runs the latest version
39-
* of MediaWiki (1.23), otherwise some functions may not work.
39+
* of MediaWiki (1.28), otherwise some functions may not work.
4040
* <p>
4141
* Extended documentation is available
4242
* <a href="//github.com/MER-C/wiki-java/wiki/Extended-documentation">here</a>.
@@ -47,7 +47,7 @@
4747
* or at the <a href="//github.com/MER-C/wiki-java/issues">Github issue tracker</a>.
4848
*
4949
* @author MER-C and contributors
50-
* @version 0.31
50+
* @version 0.32
5151
*/
5252
public class Wiki implements Serializable
5353
{
@@ -407,7 +407,7 @@ public enum Gender
407407
unknown;
408408
}
409409

410-
private static final String version = "0.31";
410+
private static final String version = "0.32";
411411

412412
// the domain of the wiki
413413
private String domain;

0 commit comments

Comments
 (0)