Bump version to 2.3.4

This commit is contained in:
Gregg Van Hove
2015-05-13 14:57:56 -07:00
parent 65a6decd6d
commit 0b1449228f
5 changed files with 26 additions and 4 deletions

View File

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

View File

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