Bumping to 2.0.0-rc2 due to an old, yanked 2.0.0-rc1

This commit is contained in:
Davis W. Frank and Sheel Choksi
2013-07-28 17:55:29 -07:00
parent 8c696ffc71
commit be0e6222c5
4 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.0.0-rc1", "version": "2.0.0-rc2",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.2.0", "grunt-contrib-jshint": "~0.2.0",