Skip to content

Commit dcd93b0

Browse files
committed
Bump version to 0.2
1 parent 994d958 commit dcd93b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DataValuesJavascript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return 1;
88
}
99

10-
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.2 alpha' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.2' );
1111

1212
// Include the composer autoloader if it is present.
1313
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1515

1616
## Release notes
1717

18-
### 0.2 (dev)
18+
### 0.2
1919

2020
##### Breaking changes
2121

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

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

3233
### 0.1 (2013-12-23)
3334

0 commit comments

Comments
 (0)