Skip to content

Commit

Permalink
Merge pull request #94 from urbanairship/release-1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
rlepinski authored Mar 14, 2018
2 parents 3e2c649 + 6926362 commit 18a4a10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

Version 1.6.0 - March 14, 2018
==============================
- Updated Urban Airship Android SDK to 9.0.3
- Added method to disable the iOS plugin integration at runtime

Version 1.5.0 - March 5, 2018
=================================
- Updated Urban Airship iOS SDK to 9.0.3
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
compile 'com.facebook.react:react-native:[0.40,)'
compile 'com.google.android.gms:play-services-gcm:[11.8.0,)'

compile 'com.urbanairship.android:urbanairship-sdk:9.0.2'
compile 'com.urbanairship.android:urbanairship-sdk:9.0.3'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-react-native",
"version": "1.5.0",
"version": "1.6.0",
"description": "Urban Airship plugin for React Native apps.",
"main": "./js/index.js",
"author": "Urban Airship",
Expand Down
4 changes: 2 additions & 2 deletions sample/AirshipSample/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "AirshipSample",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"urbanairship-react-native": "^1.2.2"
"urbanairship-react-native": "^1.6.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
Expand Down

0 comments on commit 18a4a10

Please sign in to comment.