Skip to content

Commit

Permalink
Merge pull request #25 from urbanairship/MOBILE-1118
Browse files Browse the repository at this point in the history
[MOBILE-1118] Release 1.0.1
  • Loading branch information
rlepinski authored Dec 9, 2019
2 parents 562bdc8 + 609c61c commit ea92bb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.0.1 - December 9, 2019
================================
- Update iOS SDK to 12.1.2
- Fixed Airship events not properly deserializing in flutter

Version 1.0.0 - November 1, 2019
================================
- Initial release
2 changes: 1 addition & 1 deletion ios/airship.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ A new flutter plugin project.
s.dependency 'Flutter'

s.ios.deployment_target = "11.0"
s.dependency 'UrbanAirship-iOS-SDK', '~> 12.0.1'
s.dependency 'UrbanAirship-iOS-SDK', '~> 12.1.2'
end

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: airship
description: Airship flutter plugin.
version: 1.0.0
version: 1.0.1
author: Airship <[email protected]>
homepage: https://www.airship.com/

Expand Down

0 comments on commit ea92bb1

Please sign in to comment.