Bump version to 2.3.3

This commit is contained in:
Gregg Van Hove
2015-05-11 10:48:58 -07:00
parent 225c7bdda3
commit 0b2097b616
5 changed files with 18 additions and 4 deletions

View File

@@ -3295,5 +3295,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.3.2';
return '2.3.3';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.3.2"
VERSION = "2.3.3"
end
end