Skip to content

Commit f0c03f3

Browse files
committed
Merge pull request #149 from webrtc/updateTravis
Bump to version 0.2.5 and update travis-multirunner
2 parents c82c39e + 695daa2 commit f0c03f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webrtc-adapter",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A shim to insulate apps from WebRTC spec changes and prefix differences",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webrtc-adapter-test",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Hide browser differences in WebRTC APIs (test package name)",
55
"license": "BSD-3-Clause",
66
"main": "adapter.js",
@@ -25,6 +25,6 @@
2525
"grunt-jscs": "^2.0.0",
2626
"tape": "^4.0.0",
2727
"testling": "^1.7.1",
28-
"travis-multirunner": "^2.6.0"
28+
"travis-multirunner": "^2.7.2"
2929
}
3030
}

0 commit comments

Comments
 (0)