Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snaterlicious committed Nov 5, 2014
1 parent fd57726 commit 291598d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>wikibase.serialization.entities</code> ResourceLoader module; use <code>wikibase.serialization.EntityDeserializer</code> instead.
* Removed options from Serializer/Deserializer as it was never used and there is no intention to use options.
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define( 'WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION', '2.0-alpha' );
define( 'WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION', '2.0' );

if ( defined( 'MEDIAWIKI' ) ) {
call_user_func( function() {
Expand Down

0 comments on commit 291598d

Please sign in to comment.