bump version to 2.1.0

This commit is contained in:
slackersoft
2014-11-14 07:54:19 -08:00
parent 66c8624022
commit 590a9d9d41
6 changed files with 5 additions and 5 deletions

View File

@@ -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

BIN
dist/jasmine-standalone-2.1.0.zip vendored Normal file

Binary file not shown.

View File

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

View File

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

View File

@@ -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"

View File

@@ -2,7 +2,7 @@
## Summary
This is the first pre-release of Jasmine 2.1.
This is the release of Jasmine 2.1.
## Features