Skip to content

Commit

Permalink
Merge pull request #9 from radarlabs/3.1.1
Browse files Browse the repository at this point in the history
bump Radar iOS to 3.1.5
  • Loading branch information
nickpatrick authored May 5, 2021
2 parents 3e7d7f8 + c23c9c1 commit 0c7f6ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.1

- Upgrades the Radar iOS SDK to `3.1.5`.

# 3.1.0

- Upgrades the Radar SDK to `3.1.x`.
Expand Down
4 changes: 2 additions & 2 deletions ios/flutter_radar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_radar'
s.version = '3.1.0'
s.version = '3.1.1'
s.summary = 'Flutter package for Radar, the leading geofencing and location tracking platform'
s.description = 'Flutter package for Radar, the leading geofencing and location tracking platform'
s.homepage = 'http://example.com'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'RadarSDK', '3.1.4'
s.dependency 'RadarSDK', '3.1.5'
s.platform = :ios, '10.0'
s.static_framework = true

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_radar
description: Flutter package for Radar, the leading geofencing and location tracking platform
version: 3.1.0
version: 3.1.1
homepage: https://github.com/radarlabs/flutter-radar

environment:
Expand Down

0 comments on commit 0c7f6ba

Please sign in to comment.