bump version to 2.1.0

This commit is contained in:
slackersoft
2014-11-14 07:54:19 -08:00
parent 66c8624022
commit 590a9d9d41
6 changed files with 5 additions and 5 deletions

View File

@@ -2903,5 +2903,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.0.4';
return '2.1.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.0.4"
VERSION = "2.1.0"
end
end