From c761ae324648b7a59750a769600d879922bf04ff Mon Sep 17 00:00:00 2001 From: Brad Hesse Date: Tue, 27 Feb 2018 10:49:42 -0800 Subject: [PATCH] Update to 3.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Fixes a header issue for developers that install the iOS SDK using Cocoapods --- .gitignore | 1 + .npmignore | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40dcb166..eb18b6ab 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ examples/AwesomeProject/ios/AwesomeProject.xcworkspace/xcuserdata ios/RCTOneSignal.xcodeproj/project.xcworkspace/xcshareddata examples/AwesomeProject/ios/Pods/Pods.xcodeproj/xcuserdata android/.idea +images \ No newline at end of file diff --git a/.npmignore b/.npmignore index 1e107f52..52f5942b 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ examples +images \ No newline at end of file diff --git a/package.json b/package.json index f21b95c5..a3e8618f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-onesignal", - "version": "3.1.0", + "version": "3.1.1", "description": "React Native OneSignal Component", "main": "index", "scripts": {