diff --git a/CapacitorRadar.podspec b/CapacitorRadar.podspec index ac07f80..9076d1e 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.3.1' + s.dependency 'RadarSDK', '~> 3.4.1' s.static_framework = true end diff --git a/ios/Podfile b/ios/Podfile index fccaf76..6f221ca 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.3.1' + pod 'RadarSDK', '~> 3.4.1' end target 'PluginTests' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.3.1' + pod 'RadarSDK', '~> 3.4.1' end diff --git a/package-lock.json b/package-lock.json index a58a8ba..5bd6105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "capacitor-radar", - "version": "3.2.0-alpha.1", + "version": "3.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.2.0-alpha.1", + "version": "3.4.1", "license": "Apache-2.0", "dependencies": { "@capacitor/core": "^3.0.1", diff --git a/package.json b/package.json index 6059227..815ba70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-radar", - "version": "3.3.0", + "version": "3.4.1", "description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",