Skip to content

Commit

Permalink
Merge pull request #19 from wmde/bumpversion
Browse files Browse the repository at this point in the history
Bump version to 0.2
  • Loading branch information
tobijat committed Jan 24, 2014
2 parents 994d958 + dcd93b0 commit 6d37e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataValuesJavascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
return 1;
}

define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.2 alpha' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.2' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):

## Release notes

### 0.2 (dev)
### 0.2

##### Breaking changes

Expand All @@ -28,6 +28,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):

* #14 Decoupled the QUnit tests from the MediaWiki resource loader
* #16 Have the tests run on TravisCI using PhantomJS
* #18 Provided QUnit test runner using requireJS

### 0.1 (2013-12-23)

Expand Down

0 comments on commit 6d37e81

Please sign in to comment.