bump verion to 2.1.2

This commit is contained in:
slackersoft
2014-11-16 14:56:27 -08:00
parent 23a492cb65
commit 2517ddfe17
5 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -2905,5 +2905,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.1.1';
return '2.1.2';
};
+1 -1
View File
@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.1.1"
VERSION = "2.1.2"
end
end