Skip to content

Commit

Permalink
Pushwoosh React Native Plugin 6.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Apr 6, 2023
1 parent 9306495 commit 616d139
Show file tree
Hide file tree
Showing 6 changed files with 9 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": "6.1.19",
"version": "6.1.20",
"description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
"main": "index.js",
"types": "index.d.ts",
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 = "6.1.19"
s.version = "6.1.20"
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 @@ -37,7 +37,7 @@ android {
}

ext {
pushwoosh = "6.6.9"
pushwoosh = "6.6.10"
}

dependencies {
Expand Down
5 changes: 5 additions & 0 deletions src/ios/PWRichMediaManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,10 @@ typedef NS_ENUM(NSUInteger, PWRichMediaSource) {
*/
- (void)presentRichMedia:(PWRichMedia *)richMedia;

/**
Close toast view after time interval in seconds
*/
- (void)closeToastViewAfter:(NSTimeInterval)interval;

@end

2 changes: 1 addition & 1 deletion src/ios/Pushwoosh.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.4.10"
#define PUSHWOOSH_VERSION @"6.4.11"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file modified src/ios/libPushwoosh.a
Binary file not shown.

0 comments on commit 616d139

Please sign in to comment.