Skip to content

Commit

Permalink
chore: Upgrade iOS SDK to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 7, 2024
1 parent 2436f97 commit 5426400
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Next

## 4.0.0-RC.2

- Upgrade iOS SDK to [3.1.0](https://github.com/PostHog/posthog-ios/releases/tag/3.1.0) [#78](https://github.com/PostHog/posthog-flutter/pull/78)

## 4.0.0-RC.1

- Upgrade iOS SDK to [3.0.0](https://github.com/PostHog/posthog-ios/releases/tag/3.0.0) [#78](https://github.com/PostHog/posthog-flutter/pull/78)
Expand Down
3 changes: 2 additions & 1 deletion ios/posthog_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Postog flutter plugin
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'

s.dependency 'PostHog', '~> 3.0.0'
# ~> Version 3.0 and the versions up to 4.0, not including 4.0 and higher
s.dependency 'PostHog', '~> 3.0'

s.ios.deployment_target = '13.0'
# PH iOS SDK 3.0.0 requires >= 10.15
Expand Down

0 comments on commit 5426400

Please sign in to comment.