diff --git a/bower.json b/bower.json index 2c9f3873..05a647cb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jasmine-core", - "version": "2.3.0", + "version": "2.3.1", "homepage": "http://jasmine.github.io", "authors": [ "slackersoft " diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 0f0a5a2f..19577db8 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3294,5 +3294,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.3.0'; + return '2.3.1'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 88579b1a..9385dea4 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.3.0" + VERSION = "2.3.1" end end diff --git a/package.json b/package.json index 249c7a4c..94c9a24d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.3.0", + "version": "2.3.1", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/2.3.1.md b/release_notes/2.3.1.md new file mode 100644 index 00000000..54106b05 --- /dev/null +++ b/release_notes/2.3.1.md @@ -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)_