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

BIN
dist/jasmine-standalone-2.0.0.zip vendored Normal file

Binary file not shown.

View File

@@ -2398,5 +2398,5 @@ getJasmineRequireObj().toThrowError = function(j$) {
};
getJasmineRequireObj().version = function() {
return "2.0.0-rc5";
return "2.0.0";
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.0.0.rc5"
VERSION = "2.0.0"
end
end

View File

@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "2.0.0-rc5",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine.git"