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

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