Skip to content

Commit

Permalink
Pushwoosh React Native Plugin 6.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jul 2, 2024
1 parent 3eedf0c commit 49c4abd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ body:
label: Your Pushwoosh React Native Plugin version
description: Your React Native Plugin version which was integrated to the app. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-react-native-plugin/releases)
options:
- 6.1.32
- 6.1.31
- 6.1.30
- 6.1.29
Expand Down
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.31",
"version": "6.1.32",
"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.31"
s.version = "6.1.32"
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.7.8"
pushwoosh = "6.7.10"
}

dependencies {
Expand Down
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.5.11"
#define PUSHWOOSH_VERSION @"6.5.13"


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

0 comments on commit 49c4abd

Please sign in to comment.