bump to 2.0.3 to fix npm dependencies

This commit is contained in:
slackersoft
2014-08-22 22:50:46 -07:00
parent 6b937da863
commit 3c051fc291
4 changed files with 3 additions and 3 deletions

View File

@@ -2589,5 +2589,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.0.2';
return '2.0.3';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.0.2"
VERSION = "2.0.3"
end
end