From 7d7f0b7f133a22aaa2ee92c3f6b4e4d3a35b5518 Mon Sep 17 00:00:00 2001 From: Chris Fisher Date: Mon, 11 Nov 2024 13:50:01 +1300 Subject: [PATCH] Bump ios sdk version --- package.json | 2 +- react-native-authsignal.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78e29bd..7632750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-authsignal", - "version": "1.1.5", + "version": "1.1.6", "description": "The official Authsignal React Native library.", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-authsignal.podspec b/react-native-authsignal.podspec index c190183..6c27507 100644 --- a/react-native-authsignal.podspec +++ b/react-native-authsignal.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency 'Authsignal', '1.0.11' + s.dependency 'Authsignal', '1.0.12' # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then