From 84d430f68b0e1558fe8dbcfe617d90aa355c10fb Mon Sep 17 00:00:00 2001 From: radar-circleci Date: Tue, 7 Jun 2022 04:42:53 +0000 Subject: [PATCH] [create-pull-request] automated change --- CapacitorRadar.podspec | 2 +- ios/Podfile | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CapacitorRadar.podspec b/CapacitorRadar.podspec index 8115014..d3ea11d 100644 --- a/CapacitorRadar.podspec +++ b/CapacitorRadar.podspec @@ -11,6 +11,6 @@ s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '12.0' s.dependency 'Capacitor' - s.dependency 'RadarSDK', '~> 3.4.2' + s.dependency 'RadarSDK', '~> 3.4.3' s.static_framework = true end diff --git a/ios/Podfile b/ios/Podfile index c1398c2..b861a5c 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,11 +3,11 @@ platform :ios, '12.0' target 'Plugin' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.4.2' + pod 'RadarSDK', '~> 3.4.3' end target 'PluginTests' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.4.2' + pod 'RadarSDK', '~> 3.4.3' end diff --git a/package-lock.json b/package-lock.json index 86b5140..8a8b911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "capacitor-radar", - "version": "3.4.0", + "version": "3.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.4.0", + "version": "3.4.3", "license": "Apache-2.0", "dependencies": { "@capacitor/core": "^3.0.1", diff --git a/package.json b/package.json index 5113e26..ae21ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-radar", - "version": "3.4.0", + "version": "3.4.3", "description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",