Bump version to 2.0.4 now that I think npm files are sorted

This commit is contained in:
slackersoft
2014-08-24 21:14:11 -07:00
parent b799f54bc9
commit 3132d98f23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.0.3", "version": "2.0.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pivotal/jasmine.git" "url": "https://github.com/pivotal/jasmine.git"