Bumping to 2.0.0-rc2 due to an old, yanked 2.0.0-rc1
This commit is contained in:
Binary file not shown.
@@ -2357,5 +2357,5 @@ getJasmineRequireObj().toThrowError = function(j$) {
|
||||
};
|
||||
|
||||
getJasmineRequireObj().version = function() {
|
||||
return "2.0.0-alpha";
|
||||
return "2.0.0-rc2";
|
||||
};
|
||||
@@ -4,6 +4,6 @@
|
||||
#
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "2.0.0.rc1"
|
||||
VERSION = "2.0.0.rc2"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jasmine-core",
|
||||
"license": "MIT",
|
||||
"version": "2.0.0-rc1",
|
||||
"version": "2.0.0-rc2",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user