diff --git a/LICENCE b/COPYING similarity index 100% rename from LICENCE rename to COPYING diff --git a/README.md b/README.md index 1cd870d..4f04508 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/). ## Release notes +### 2.0.1 (2016-01-27) + +* Added compatibility with DataValues JavaScript 0.8.0. + ### 2.0.0 (2016-01-12) #### Breaking changes diff --git a/composer.json b/composer.json index 6ea7f06..594ba71 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "irc": "irc://irc.freenode.net/wikidata" }, "require": { - "data-values/javascript": "~0.6.0|~0.7.0" + "data-values/javascript": "~0.8.0|~0.7.0|~0.6.0" }, "autoload": { "files": [ diff --git a/init.php b/init.php index ac58e42..c86b0b6 100644 --- a/init.php +++ b/init.php @@ -1,6 +1,6 @@