Update release notes and bump version for 2.2.0

This commit is contained in:
Greg Cobb and Gregg Van Hove
2015-02-02 11:26:51 -08:00
parent a26e85ff3a
commit 4acb7448d8
9 changed files with 29 additions and 28 deletions

View File

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

View File

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