Skip to content

Commit b0c19c4

Browse files
author
James Criscuolo
committed
Version 0.18.1
1 parent 8fac910 commit b0c19c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sip.js",
33
"title": "SIP.js",
44
"description": "A SIP library for JavaScript",
5-
"version": "0.18.0",
5+
"version": "0.18.1",
66
"license": "MIT",
77
"main": "./lib/index.js",
88
"module": "./lib/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIBRARY_VERSION = "0.18.0";
1+
export const LIBRARY_VERSION = "0.18.1";

0 commit comments

Comments
 (0)