Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank & Rajan Agaskar committed Dec 3, 2012
1 parent 1f9004e commit fd91433
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/jasmine-core/jasmine-html.js
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ jasmine.HtmlReporter = function(_doc) {
dom.symbolSummary = self.createDom('ul', {className: 'symbolSummary'}),
dom.alert = self.createDom('div', {className: 'alert'},
self.createDom('span', { className: 'exceptions' },
self.createDom('label', { className: 'label', for: 'no_try_catch' }, 'No try/catch'),
self.createDom('label', { className: 'label', 'for': 'no_try_catch' }, 'No try/catch'),
self.createDom('input', { id: 'no_try_catch', type: 'checkbox' }))),
dom.results = self.createDom('div', {className: 'results'},
dom.summary = self.createDom('div', { className: 'summary' }),
4 changes: 2 additions & 2 deletions lib/jasmine-core/jasmine.js
Original file line number Diff line number Diff line change
@@ -2595,6 +2595,6 @@ jasmine.WaitsForBlock.prototype.execute = function(onComplete) {
jasmine.version_= {
"major": 1,
"minor": 3,
"build": 0,
"revision": 1354127958
"build": 1,
"revision": 1354556913
};
2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Jasmine
module Core
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end

2 changes: 1 addition & 1 deletion pages
Submodule pages updated from 00ba05 to dae7b2
4 changes: 2 additions & 2 deletions src/version.js
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
jasmine.version_= {
"major": 1,
"minor": 3,
"build": 0,
"revision": 1354127999
"build": 1,
"revision": 1354556913
};
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 1,
"minor": 3,
"build": 0
"build": 1
}

0 comments on commit fd91433

Please sign in to comment.