Skip to content

Commit 1cd4d32

Browse files
Version 0.20.1
1 parent 78a3bf1 commit 1cd4d32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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.20.0",
5+
"version": "0.20.1",
66
"license": "MIT",
77
"main": "./lib/index.js",
88
"files": [

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.20.0";
1+
export const LIBRARY_VERSION = "0.20.1";

0 commit comments

Comments
 (0)