Skip to content

Commit

Permalink
Update version number and README
Browse files Browse the repository at this point in the history
  • Loading branch information
filbertkm committed Aug 26, 2014
1 parent 8897bb8 commit fe35012
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', '0.1' );
define( 'PropertySuggester_VERSION', '1.1.1 alpha' );

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 (soon)
### 1.1.1 (dev)
* Update namespace of EntityTitleLookup, per change in Wikibase.

### 1.1 (2014-07-25)
* Suggest properties for qualifiers and references based on the property of the mainsnak

### 1.0 (2014-07-01)
Expand Down

0 comments on commit fe35012

Please sign in to comment.