From db383888b4c4eb70385fb216fc06c72eb12c7a22 Mon Sep 17 00:00:00 2001 From: Ganas Alexander Date: Thu, 4 May 2023 13:24:01 +0300 Subject: [PATCH] chore: release 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0a2c60..43fa0b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reeq/react-native-ios-passkit", - "version": "1.0.3", + "version": "1.0.4", "description": "React-Native wrapper for iOS PassKit. Contains a PKAddPassButton and a methods to work with PassKit.", "main": "lib/commonjs/index", "module": "lib/module/index",