Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
radar-circleci authored Jun 7, 2022
1 parent 14ae2f4 commit 84d430f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CapacitorRadar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 84d430f

Please sign in to comment.