Skip to content

Commit

Permalink
0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 29, 2015
1 parent 76638d8 commit 24157bd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CHANGELOG
=========

Version 0.6.13 (released in 2015-XX-XX)
Version 0.6.13 (released in 2015-01-29)
--------------------------------------

* Properly keep mute local audio/video if remote is on hold, and keep it even if we reoffer. Also fix SDP direction attributes in reoffers according to current local and remote "hold" status.
* Properly keep mute local audio/video if remote is on hold, and keep it even if we re-offer. Also fix SDP direction attributes in re-offers according to current local and remote "hold" status.


Version 0.6.12 (released in 2015-01-28)
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.13-pre",
"version": "0.6.13",
"description": "the Javascript SIP library",
"main": "dist/jssip.js",
"homepage": "http://jssip.net",
Expand Down
4 changes: 2 additions & 2 deletions dist/jssip-0.6.13-pre.js → dist/jssip-0.6.13.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JsSIP.js 0.6.13-pre
* JsSIP.js 0.6.13
* 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 @@ -23850,7 +23850,7 @@ module.exports={
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.6.13-pre",
"version": "0.6.13",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions dist/jssip-0.6.13-pre.min.js → dist/jssip-0.6.13.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jssip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JsSIP.js 0.6.13-pre
* JsSIP.js 0.6.13
* 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 @@ -23850,7 +23850,7 @@ module.exports={
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "0.6.13-pre",
"version": "0.6.13",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion 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.13-pre",
"version": "0.6.13",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand Down

0 comments on commit 24157bd

Please sign in to comment.