version bump for 2.1.3

This commit is contained in:
slackersoft
2014-12-01 12:43:52 -08:00
parent 9f94e8e226
commit 4b6789ccd9
4 changed files with 24 additions and 3 deletions

View File

@@ -2904,5 +2904,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.1.2';
return '2.1.3';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.1.2"
VERSION = "2.1.3"
end
end