Bump version to 3.3.0

This commit is contained in:
Gregg Van Hove
2018-10-25 09:47:09 -07:00
parent 5524207658
commit b3ccd4312c
4 changed files with 50 additions and 3 deletions

View File

@@ -6968,5 +6968,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.2.1';
return '3.3.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.2.1"
VERSION = "3.3.0"
end
end