From 291598d52059a34386504deac261eb3848e3aef3 Mon Sep 17 00:00:00 2001 From: snaterlicious Date: Wed, 5 Nov 2014 08:37:56 +0100 Subject: [PATCH] Bump version to 2.0 --- README.md | 6 +++--- init.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9643ed3..3cff57a 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ The recommended way to use this library is via [Composer](http://getcomposer.org To add this package as a local, per-project dependency to your project, simply add a dependency on `wikibase/serialization-javascript` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on -version 1.0 of this package: +version 2.0 of this package: ```json { "require": { - "wikibase/serialization-javascript": "1.0.*" + "wikibase/serialization-javascript": "2.0.*" } } ``` ## Release notes -### 2.0 (dev) +### 2.0 (2014-11-05) * Removed wikibase.serialization.entities ResourceLoader module; use wikibase.serialization.EntityDeserializer instead. * Removed options from Serializer/Deserializer as it was never used and there is no intention to use options. diff --git a/init.php b/init.php index 9867bb8..3b85865 100644 --- a/init.php +++ b/init.php @@ -1,6 +1,6 @@