Skip to content

Commit

Permalink
bump to 2.0.1 so we can publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
slackersoft committed Jul 7, 2014
1 parent 54864a4 commit bc197dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "jasmine-ajax",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/pivotal/jasmine-ajax",
"authors": [
"JR Boyens <[email protected]>"
"JR Boyens <[email protected]>",
"Gregg Van Hove <[email protected]>"
],
"description": "A library for faking Ajax responses in your Jasmine suite.",
"main": "lib/mock-ajax.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A library for faking Ajax responses in your Jasmine suite",
"url": "https://github.com/pivotal/jasmine-ajax",
"main": "lib/mock-ajax.js",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"license": "MIT",
"repository": {
Expand Down

0 comments on commit bc197dd

Please sign in to comment.