Bump version to 3.1

This commit is contained in:
Gregg Van Hove
2018-02-27 11:57:20 -08:00
parent 91296a44f2
commit ee52023b3d
4 changed files with 61 additions and 3 deletions

View File

@@ -6230,5 +6230,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.0.0';
return '3.1.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.0.0"
VERSION = "3.1.0"
end
end