Skip to content

Commit

Permalink
fixed two version number strings missed in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDavies committed Jul 4, 2016
1 parent 1281721 commit 7ab8d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/easyrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ var Easyrtc = function() {
SIGNAL_ERR: "SIGNAL_ERR"
};

this.apiVersion = "1.0.16-beta";
this.apiVersion = "1.0.17-beta";

/** Most basic message acknowledgment object */
this.ackMessage = {msgType: "ack"};
Expand Down
2 changes: 1 addition & 1 deletion api/easyrtc_int.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ var Easyrtc = function() {
SIGNAL_ERR: "SIGNAL_ERR"
};

this.apiVersion = "1.0.16-beta";
this.apiVersion = "1.0.17-beta";

/** Most basic message acknowledgment object */
this.ackMessage = {msgType: "ack"};
Expand Down

0 comments on commit 7ab8d6f

Please sign in to comment.