Skip to content

Commit

Permalink
Merge pull request #172 from urbanairship/MB-2123
Browse files Browse the repository at this point in the history
Release 6.6.0
  • Loading branch information
crow committed Feb 3, 2017
2 parents f1f16ee + 5a449d7 commit 2d3ec3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
============================
Version 6.6.0 - Feb 3, 2017
============================
- Updated iOS Urban Airship SDK to 8.0.5
- Added support for Message Center, Inbox Message and Overlay Inbox Message dismissal in iOS and Android

============================
Version 6.5.0 - Jan 30, 2017
============================
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "6.5.0",
"version": "6.6.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="urbanairship-cordova"
version="6.5.0">
version="6.6.0">

<name>Urban Airship</name>
<description>Urban Airship Cordova plugin</description>
Expand Down Expand Up @@ -176,6 +176,6 @@
<header-file src="src/ios/UAMessageViewController.h" />
<source-file src="src/ios/UAMessageViewController.m" />

<framework src="UrbanAirship-iOS-SDK" type="podspec" spec="~> 8.0.3" />
<framework src="UrbanAirship-iOS-SDK" type="podspec" spec="~> 8.0.5" />
</platform>
</plugin>

0 comments on commit 2d3ec3c

Please sign in to comment.