bump version to 2.1.0
This commit is contained in:
@@ -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. Build the standalone distribution with `grunt buildStandaloneDist`
|
||||||
1. Make sure you add the new ZIP file to git
|
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
|
### Release the Python egg
|
||||||
|
|
||||||
|
|||||||
BIN
dist/jasmine-standalone-2.1.0.zip
vendored
Normal file
BIN
dist/jasmine-standalone-2.1.0.zip
vendored
Normal file
Binary file not shown.
@@ -2903,5 +2903,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '2.0.4';
|
return '2.1.0';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
module Jasmine
|
module Jasmine
|
||||||
module Core
|
module Core
|
||||||
VERSION = "2.0.4"
|
VERSION = "2.1.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.0.4",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pivotal/jasmine.git"
|
"url": "https://github.com/pivotal/jasmine.git"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
This is the first pre-release of Jasmine 2.1.
|
This is the release of Jasmine 2.1.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user