From 452dc9c4c08a4d66a68ddeec52e5d5982fd4afbc Mon Sep 17 00:00:00 2001 From: zxcpoiu Date: Thu, 20 May 2021 02:28:56 -0700 Subject: [PATCH] release 3.3.0 3e7f1a8 misc: normalize package.json ( zxcpoiu 2021-05-20 01:50:13 -0700) c299bae #86 Fix singletone class initialisation (#87) ( Romick2005 2021-05-19 11:37:06 +0300) 54356e0 release 3.2.0 ( zxcpoiu 2021-04-17 02:12:48 +0800) 99feae8 feat: add typescript support ( dayze 2021-02-23 11:36:48 +0100) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f707d6..d06ad94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "react-native-voip-push-notification", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index f051828..15d2a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-voip-push-notification", - "version": "3.2.0", + "version": "3.3.0", "description": "Ios PushKit for VoIP push notification on react-native", "main": "index.js", "typings": "./index.d.ts",