Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 7, 2011
1 parent bdb368a commit 93b94cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.1.0 / 2011-01-07
==================

* Added `createBrowser(port, host)` support
* Added `.include` modifier support to the `.text()` assertion method

0.0.8 / 2010-12-29
==================

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

exports.version = '0.0.8';
exports.version = '0.1.0';

/**
* Expose `Browser`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "tobi"
, "description": "expressive server-side functional testing with jQuery and jsdom"
, "version": "0.0.8"
, "version": "0.1.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["test", "testing", "browser", "jquery", "css"]
, "dependencies": {
Expand Down

0 comments on commit 93b94cb

Please sign in to comment.