Update to 2.5.0

This commit is contained in:
Gregg Van Hove
2016-08-30 21:23:08 -07:00
parent f196faf0bb
commit 5a2e1b0082
4 changed files with 119 additions and 3 deletions

View File

@@ -3629,5 +3629,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.4.1';
return '2.5.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.4.1"
VERSION = "2.5.0"
end
end