Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snaterlicious committed Nov 7, 2014
1 parent 4bc3bac commit b2e6c22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.6.0' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.6.1' );

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

## Release notes

### 0.6.1 (2014-11-07)

#### Enhancements
* `Time` object's month and day attributes default to 0 instead of 1 now.
* Fixed `Time.newFromIso8601()`.
* Improved PhantomJS Testrunner, outputs failed assertions on the console now.
* Improved `globeCoordinate.GlobeCoordinate.equals()`

### 0.6.0 (2014-09-01)

#### Breaking changes
Expand Down

0 comments on commit b2e6c22

Please sign in to comment.