Skip to content

Commit

Permalink
Bump version to 4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jul 6, 2013
1 parent b266386 commit bad6123
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.0.2 / 2013-07-06

* Change `AsyncSteps` so it wraps all calls to `before()`, `it()` and `after()`
so that each block waits for all the steps it queues to complete

### 4.0.1 / 2013-07-01

* Fix indexing bug in dynamic generation of autoload.require lists
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, "keywords" : ["oop", "class", "data-structures"]
, "license" : "MIT"

, "version" : "4.0.1"
, "version" : "4.0.2"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./index"
, "devDependencies" : {"wake": ""}
Expand Down
2 changes: 1 addition & 1 deletion site/src/layouts/default.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%h1
= link 'jsclass', '/'
%p.download
= link 'Download v4.0.1', '/assets/JS.Class.4-0-1.zip'
= link 'Download v4.0.2', '/assets/JS.Class.4-0-2.zip'

%h4 Introduction
%ul
Expand Down

0 comments on commit bad6123

Please sign in to comment.