Skip to content

Commit

Permalink
Version 0.4.1 (for Bower).
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 21, 2014
1 parent f18825d commit a7da333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jssip",
"version": "0.4.0",
"version": "0.4.1",
"description": "the Javascript SIP library",
"main": "builds/jssip-0.4.0.min.js",
"main": "builds/jssip-0.4.1.min.js",
"homepage": "http://jssip.net",
"authors": [
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
Expand Down
4 changes: 2 additions & 2 deletions builds/jssip-0.4.0.js → builds/jssip-0.4.1.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JsSIP 0.4.0
* JsSIP 0.4.1
* Copyright (c) 2012-2014 José Luis Millán - Versatica <http://www.versatica.com>
* Homepage: http://jssip.net
* License: http://jssip.net/license
Expand Down Expand Up @@ -32,7 +32,7 @@ Object.defineProperties(JsSIP, {
* console.log(JsSIP.version)
*/
version: {
get: function(){ return '0.4.0'; }
get: function(){ return '0.4.1'; }
}
});

Expand Down
4 changes: 2 additions & 2 deletions builds/jssip-0.4.0.min.js → builds/jssip-0.4.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jssip",
"description": "the Javascript SIP library",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
"contributors": [
Expand Down

0 comments on commit a7da333

Please sign in to comment.