Update to 2.5.1

This commit is contained in:
Gregg Van Hove
2016-09-07 14:21:52 -07:00
parent 3486e8d166
commit a4b92b34f4
4 changed files with 22 additions and 3 deletions

View File

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

View File

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