Create a 2.0 distribution
This commit is contained in:
@@ -2398,5 +2398,5 @@ getJasmineRequireObj().toThrowError = function(j$) {
|
||||
};
|
||||
|
||||
getJasmineRequireObj().version = function() {
|
||||
return "2.0.0-rc5";
|
||||
return "2.0.0";
|
||||
};
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "2.0.0.rc5"
|
||||
VERSION = "2.0.0"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user