diff --git a/bower.json b/bower.json index 8a656f42a..21947cf6d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "chai", - "version": "2.0.0", + "version": "2.0.1", "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", "license": "MIT", "keywords": [ diff --git a/component.json b/component.json index ae2b6ac00..8ffb9c4a0 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "chai" , "repo": "chaijs/chai" - , "version": "2.0.0" + , "version": "2.0.1" , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic." , "license": "MIT" , "keywords": [ diff --git a/lib/chai.js b/lib/chai.js index 8f7f8a030..857a02086 100644 --- a/lib/chai.js +++ b/lib/chai.js @@ -11,7 +11,7 @@ var used = [] * Chai version */ -exports.version = '1.10.0'; +exports.version = '2.0.1'; /*! * Assertion Error diff --git a/package.json b/package.json index f8febf958..1363e2bbe 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "Veselin Todorov ", "John Firebaugh " ], - "version": "2.0.0", + "version": "2.0.1", "repository": { "type": "git", "url": "https://github.com/chaijs/chai"