diff --git a/PropertySuggester.php b/PropertySuggester.php index a0690dc..88c1fc6 100644 --- a/PropertySuggester.php +++ b/PropertySuggester.php @@ -9,7 +9,7 @@ return; } -define( 'PropertySuggester_VERSION', '1.1.2' ); +define( 'PropertySuggester_VERSION', '1.1.3' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require_once __DIR__ . '/vendor/autoload.php'; diff --git a/README.md b/README.md index 3ae2e78..57ce7f6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ generate this data from a wikidata dump. ## Release notes +### 1.1.3 (2014-10-17) +* Wikibase Data Model 2.0 compatibility fixes. + ### 1.1.2 (2014-09-05) * Wikibase Data Model 1.0 compatibility fixes.