diff --git a/RELEASE.md b/RELEASE.md index d626bfbe..2f68a6d2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -33,7 +33,7 @@ When ready to release - specs are all green and the stories are done: 1. Build the standalone distribution with `grunt buildStandaloneDist` 1. Make sure you add the new ZIP file to git - 1. Should we still do this? Given we want to use guthub releases... + 1. Should we still do this? Given we want to use github releases... ### Release the Python egg diff --git a/dist/jasmine-standalone-2.1.0.zip b/dist/jasmine-standalone-2.1.0.zip new file mode 100644 index 00000000..022873a8 Binary files /dev/null and b/dist/jasmine-standalone-2.1.0.zip differ diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index c7dd1db5..7e74b9f6 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -2903,5 +2903,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.0.4'; + return '2.1.0'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 295525b0..23a1de7b 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.0.4" + VERSION = "2.1.0" end end diff --git a/package.json b/package.json index 0b25dc13..362dee8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.0.4", + "version": "2.1.0", "repository": { "type": "git", "url": "https://github.com/pivotal/jasmine.git" diff --git a/release_notes/2.1.0.md b/release_notes/2.1.0.md index 3592a5d2..3ccdaa4a 100644 --- a/release_notes/2.1.0.md +++ b/release_notes/2.1.0.md @@ -2,7 +2,7 @@ ## Summary -This is the first pre-release of Jasmine 2.1. +This is the release of Jasmine 2.1. ## Features