Skip to content

Commit

Permalink
Update version and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisecarver committed Dec 12, 2022
1 parent a9dd23c commit a2152e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.2.0 (12-12-2022)

Bugfixes
--------

* Listen for correct background event in >= iOS 13
* Remove compatibility with < iOS 13

0.1.0 (4-20-2020)

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion ParselyAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ParselyAnalytics"
s.version = "0.1.1-dev"
s.version = "0.2.0"
s.swift_versions = ["4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5"]
s.summary = "Parsely analytics integration for iOS"
s.homepage = "https://www.parse.ly/help/integration/ios-sdk/"
Expand Down

0 comments on commit a2152e7

Please sign in to comment.