Bump version to 2.3.1 to create a new bower package

This commit is contained in:
Gregg Van Hove
2015-05-05 07:48:49 -07:00
parent 4e3f9a4d09
commit 3dde7d0c29
5 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"version": "2.3.0", "version": "2.3.1",
"homepage": "http://jasmine.github.io", "homepage": "http://jasmine.github.io",
"authors": [ "authors": [
"slackersoft <gregg@slackersoft.net>" "slackersoft <gregg@slackersoft.net>"
+1 -1
View File
@@ -3294,5 +3294,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return '2.3.0'; return '2.3.1';
}; };
+1 -1
View File
@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "2.3.0" VERSION = "2.3.1"
end end
end end
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "2.3.0", "version": "2.3.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jasmine/jasmine.git" "url": "https://github.com/jasmine/jasmine.git"
+14
View File
@@ -0,0 +1,14 @@
# Jasmine 2.3.1 Release Notes
## Summary
This release is a packaging update for bower only.
## Pull Requests & Issues
* Point Bower's main field to jasmine.js, which is browser-friendly.
- Merge #843 from @evoL
------
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_