Skip to content

Commit

Permalink
Updating changelog, and version numbers for 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Mar 11, 2012
1 parent e052759 commit 6c4da96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ when.js was derived from the async core of [wire.js](https://github.com/cujojs/w
What's New?
===========

### 1.0.3

* Fix for specific situation where `null` could incorrectly be used as a promise resolution value ([#23](https://github.com/cujojs/when/pull/23))

### 1.0.2

* Updated README for running unit tests in both Node and Browsers. See **Running the Unit Tests** below.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "when",
"version": "1.0.2",
"version": "1.0.3",
"description": "A lightweight Promise and when() implementation, plus other async goodies.",
"keywords": ["promises", "when", "async"],
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion when.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Licensed under the MIT License at:
* http://www.opensource.org/licenses/mit-license.php
*
* @version 1.0.2
* @version 1.0.3
*/

(function(define) {
Expand Down

0 comments on commit 6c4da96

Please sign in to comment.