Skip to content

Commit

Permalink
Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filbertkm committed Sep 5, 2014
1 parent 085a09e commit 3a2d2d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '1.1.1 alpha' );
define( 'PropertySuggester_VERSION', '1.1.2' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -44,7 +44,10 @@ generate this data from a wikidata dump.

## Release notes

### 1.1.1 (dev)
### 1.1.2 (2014-09-05)
* Wikibase Data Model 1.0 compatibility fixes.

### 1.1.1 (2014-08-27)
* Update namespace of EntityTitleLookup, per change in Wikibase.

### 1.1 (2014-07-25)
Expand Down

0 comments on commit 3a2d2d5

Please sign in to comment.