Skip to content

Commit

Permalink
Pushwoosh React Native Plugin 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 17, 2019
1 parent caa6952 commit 2771a1a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pushwoosh-react-native-plugin",
"version": "5.11.0",
"version": "5.12.0",
"description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pushwoosh-react-native-plugin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "pushwoosh-react-native-plugin"
s.version = "5.11.0"
s.version = "5.12.0"
s.summary = "React Native Pushwoosh Push Notifications module"
s.requires_arc = true
s.author = 'Pushwoosh'
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}

ext {
pushwoosh = "5.11.0"
pushwoosh = "5.12.0"
}

dependencies {
Expand Down
Binary file not shown.
15 changes: 15 additions & 0 deletions src/ios/PWInlineInAppView.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// PWInlineInAppView.h
// Pushwoosh
//
// Created by Fectum on 22/10/2018.
// Copyright © 2018 Pushwoosh. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface PWInlineInAppView : UIView

@property (nonatomic) IBInspectable NSString *identifier;

@end
2 changes: 1 addition & 1 deletion src/ios/PushNotificationManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <UserNotifications/UserNotifications.h>
#endif

#define PUSHWOOSH_VERSION @"5.11.0"
#define PUSHWOOSH_VERSION @"5.12.0"


@class PushNotificationManager;
Expand Down
1 change: 1 addition & 0 deletions src/ios/Pushwoosh.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
#import "PWRichMediaManager.h"
#import "PWRichMediaStyle.h"
#import "PWInbox.h"
#import "PWInlineInAppView.h"
#endif
Binary file modified src/ios/libPushwoosh.a
Binary file not shown.
Binary file modified src/ios/libPushwooshGeozones.a
Binary file not shown.

0 comments on commit 2771a1a

Please sign in to comment.