Skip to content

Commit

Permalink
Update version and README for 3.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariushoch committed Oct 3, 2016
1 parent b003bde commit 793390f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '3.1.3' );
define( 'PropertySuggester_VERSION', '3.1.4' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ generate this data from a wikidata dump.

## Release notes

### 3.1.4 (dev)
### 3.1.4 (2016-10-03)
* Handle MediaWiki's `OutputPage::getTitle` returning `null`.

### 3.1.3 (2016-08-31)
Expand Down

0 comments on commit 793390f

Please sign in to comment.