Skip to content

Commit

Permalink
0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
egreenmachine committed Aug 6, 2019
1 parent 40615b7 commit f86a28a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "sip.js",
"title": "SIP.js",
"description": "A simple, intuitive, and powerful JavaScript signaling library",
"version": "0.15.3",
"version": "0.15.4",
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const LIBRARY_VERSION = "0.15.3";
const LIBRARY_VERSION = "0.15.4";

export namespace C {
export const version = LIBRARY_VERSION;
Expand Down

0 comments on commit f86a28a

Please sign in to comment.