diff --git a/PropertySuggester.php b/PropertySuggester.php index 4128ebc..1573fd0 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -9,7 +9,7 @@ return; } -define( 'PropertySuggester_VERSION', '2.0.3' ); +define( 'PropertySuggester_VERSION', '2.0.4' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require_once __DIR__ . '/vendor/autoload.php'; diff --git a/README.md b/README.md index 9a4f418..c735ea2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ generate this data from a wikidata dump. ## Release notes +### 2.0.4 (2015-01-13) +* Adjust to changes in ValueView 0.10.0. + ### 2.0.3 (2015-01-06) * Adjust to removal of claimview