Skip to content

Commit

Permalink
Release 9.0.1 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Dec 9, 2019
1 parent 676d2fa commit 4df876f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

Version 9.0.1 - December 6, 2019
================================
Patch release to fix a bug affecting loss of tags on iOS during app
migration to plugin 9.0.0. This patch release fixes the bug
by combining previous tags with tags that have been set since
the update to 9.0.0. Applications using 9.0.0 should update.

Changes
-------
- Updated iOS SDK to 12.1.2

Version 9.0.0 - October 16, 2019
================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "9.0.0",
"version": "9.0.1",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="urbanairship-cordova"
version="8.0.0"
version="9.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down Expand Up @@ -185,7 +185,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="UrbanAirship-iOS-SDK" spec="12.0.0" />
<pod name="UrbanAirship-iOS-SDK" spec="12.1.2" />
</pods>
</podspec>

Expand Down

0 comments on commit 4df876f

Please sign in to comment.