Skip to content

Commit 2e1c525

Browse files
Version 0.21.2
1 parent b6550bd commit 2e1c525

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.21.1",
5+
"version": "0.21.2",
66
"license": "MIT",
77
"main": "./lib/index.js",
88
"files": [

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIBRARY_VERSION = "0.21.1";
1+
export const LIBRARY_VERSION = "0.21.2";

0 commit comments

Comments
 (0)