Skip to content

Commit

Permalink
0.6.26: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 17, 2015
1 parent ced54d1 commit 99b42ff
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

Version 0.6.26 (released in 2015-04-17)
---------------------------------------

* Update "rtcninja" dependency.


Version 0.6.25 (released in 2015-04-16)
---------------------------------------

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": "jssip",
"version": "0.6.25",
"version": "0.6.26",
"description": "the Javascript SIP library",
"main": "dist/jssip.js",
"homepage": "http://jssip.net",
Expand Down
6 changes: 3 additions & 3 deletions dist/jssip-0.6.25.js → dist/jssip-0.6.26.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JsSIP v0.6.25
* JsSIP v0.6.26
* the Javascript SIP library
* Copyright: 2012-2015 José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)
* Homepage: http://jssip.net
Expand Down Expand Up @@ -23885,7 +23885,7 @@ module.exports={
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.6.25",
"version": "0.6.26",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand All @@ -23911,7 +23911,7 @@ module.exports={
},
"dependencies": {
"debug": "^2.1.3",
"rtcninja": "^0.5.4",
"rtcninja": "^0.5.5",
"sdp-transform": "~1.4.0",
"websocket": "^1.0.18"
},
Expand Down
4 changes: 2 additions & 2 deletions dist/jssip-0.6.25.min.js → dist/jssip-0.6.26.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jssip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JsSIP v0.6.25
* JsSIP v0.6.26
* the Javascript SIP library
* Copyright: 2012-2015 José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)
* Homepage: http://jssip.net
Expand Down Expand Up @@ -23885,7 +23885,7 @@ module.exports={
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.6.25",
"version": "0.6.26",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand All @@ -23911,7 +23911,7 @@ module.exports={
},
"dependencies": {
"debug": "^2.1.3",
"rtcninja": "^0.5.4",
"rtcninja": "^0.5.5",
"sdp-transform": "~1.4.0",
"websocket": "^1.0.18"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.6.25",
"version": "0.6.26",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"debug": "^2.1.3",
"rtcninja": "^0.5.4",
"rtcninja": "^0.5.5",
"sdp-transform": "~1.4.0",
"websocket": "^1.0.18"
},
Expand Down

0 comments on commit 99b42ff

Please sign in to comment.