diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 8fc3dcb9..d2691fc5 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -2589,5 +2589,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.0.3'; + return '2.0.4'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index f8c6f8bb..295525b0 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.0.3" + VERSION = "2.0.4" end end diff --git a/package.json b/package.json index 16f860d7..0b25dc13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.0.3", + "version": "2.0.4", "repository": { "type": "git", "url": "https://github.com/pivotal/jasmine.git"