diff --git a/dist/jasmine-standalone-2.0.0.zip b/dist/jasmine-standalone-2.0.0.zip new file mode 100644 index 00000000..6da8796f Binary files /dev/null and b/dist/jasmine-standalone-2.0.0.zip differ diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 6db50775..24463ecb 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -2398,5 +2398,5 @@ getJasmineRequireObj().toThrowError = function(j$) { }; getJasmineRequireObj().version = function() { - return "2.0.0-rc5"; + return "2.0.0"; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index da8eed5e..df3fec32 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.0.0.rc5" + VERSION = "2.0.0" end end diff --git a/package.json b/package.json index 7650540a..4b21e089 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.0.0-rc5", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/pivotal/jasmine.git"