Skip to content

Commit

Permalink
version 1.4.2: Support QUnit 1.13.0 and 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Mar 20, 2014
1 parent 650b2da commit 7ffe808
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ First, declare qunitjs and qunit-tap as devDependencies in your package.json, th
. . .
"devDependencies": {
"qunitjs": "1.14.0",
"qunit-tap": "1.4.1",
"qunit-tap": "1.4.2",
. . .
},
. . .
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qunit-tap",
"version": "1.4.1",
"version": "1.4.2",
"main": "lib/qunit-tap.js",
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions lib/qunit-tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* QUnit-TAP - A TAP Output Producer Plugin for QUnit
*
* https://github.com/twada/qunit-tap
* version: 1.4.1
* version: 1.4.2
*
* Copyright (c) 2010-2014 Takuto Wada
* Dual licensed under the MIT and GPLv2 licenses.
Expand Down Expand Up @@ -33,7 +33,7 @@
}(this, function () {
'use strict';

var qunitTapVersion = '1.4.1',
var qunitTapVersion = '1.4.2',
slice = Array.prototype.slice;

// borrowed from qunit.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qunit-tap",
"description": "A TAP Output Producer Plugin for QUnit",
"version": "1.4.1",
"version": "1.4.2",
"keywords": ["TDD", "QUnit", "test", "tests", "testing", "TAP"],
"homepage": "http://github.com/twada/qunit-tap",
"author": {
Expand Down

0 comments on commit 7ffe808

Please sign in to comment.