Update to 2.5.2

This commit is contained in:
Gregg Van Hove
2016-09-16 17:19:59 -07:00
parent 04bb56a5b5
commit 6816bc4252
4 changed files with 17 additions and 3 deletions

View File

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

View File

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