From 83dbe8b07f2ae3161c757df0c46d5ac5751dea7e Mon Sep 17 00:00:00 2001 From: radar-circleci Date: Tue, 14 Mar 2023 21:39:35 +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 2389d58..a310685 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.5.9' + s.dependency 'RadarSDK', '~> 3.7.0' s.static_framework = true end diff --git a/ios/Podfile b/ios/Podfile index 379420e..63d91f6 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.5.9' + pod 'RadarSDK', '~> 3.7.0' end target 'PluginTests' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.5.9' + pod 'RadarSDK', '~> 3.7.0' end diff --git a/package-lock.json b/package-lock.json index 570bcc3..4117bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capacitor-radar", - "version": "3.5.4", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capacitor-radar", - "version": "3.5.4", + "version": "3.7.0", "license": "Apache-2.0", "dependencies": { "@capacitor/core": "^3.0.1", diff --git a/package.json b/package.json index 87f3e6f..2d99800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-radar", - "version": "3.5.4", + "version": "3.7.0", "description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",