Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hamshere committed Jul 24, 2013
1 parent 45d6315 commit 39615e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== HEAD
=== 2.0.0 (July 24, 2013)

* Fix null values causing validateHash to fail.
* Fix setupComponent unnecessarily wrapping fixtures in a `div`.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-flight",
"version": "1.1.1",
"version": "2.0.0",
"description": "Extensions to the Jasmine test framework for use with Flight",
"main": "lib/jasmine-flight.js",
"keywords": [
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": "jasmine-flight",
"version": "1.1.1",
"version": "2.0.0",
"devDependencies": {
"karma": "~0.8.5"
},
Expand Down

0 comments on commit 39615e8

Please sign in to comment.