Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 16, 2011
1 parent eead4f1 commit 04f0d69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.2.1 / 2011-05-16
==================

* Added `Browser#delete()`. Closes #31
* Added `Browser#put()`
* Added devDependencies to package.json
* Fixed `make test`

0.2.0 / 2011-04-13
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/tobi.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.2.0';
exports.version = '0.2.1';

/**
* Expose `Browser`.
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": "tobi"
, "description": "expressive server-side functional testing with jQuery and jsdom"
, "version": "0.2.0"
, "version": "0.2.1"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["test", "testing", "browser", "jquery", "css"]
, "dependencies": {
Expand Down

0 comments on commit 04f0d69

Please sign in to comment.