Create a 2.0 distribution

This commit is contained in:
Christopher Jobst and Sheel Choksi
2013-12-16 12:33:34 -08:00
parent 78bed99ba3
commit a2a8b5dde2
4 changed files with 3 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -2398,5 +2398,5 @@ getJasmineRequireObj().toThrowError = function(j$) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return "2.0.0-rc5"; return "2.0.0";
}; };
+1 -1
View File
@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "2.0.0.rc5" VERSION = "2.0.0"
end end
end end
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.0.0-rc5", "version": "2.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pivotal/jasmine.git" "url": "https://github.com/pivotal/jasmine.git"