From fd52eb3eb03504fa70a15a95f40ca847214d236c Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Mon, 19 Feb 2024 20:52:03 +0700 Subject: [PATCH] Pushwoosh React Native Plugin 6.1.29 https://github.com/Pushwoosh/pushwoosh-react-native-plugin/releases/tag/6.1.29 --- package.json | 2 +- pushwoosh-react-native-plugin.podspec | 2 +- src/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42bd01a..87d5336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushwoosh-react-native-plugin", - "version": "6.1.28", + "version": "6.1.29", "description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).", "main": "index.js", "types": "index.d.ts", diff --git a/pushwoosh-react-native-plugin.podspec b/pushwoosh-react-native-plugin.podspec index 3fb7108..dcb696d 100644 --- a/pushwoosh-react-native-plugin.podspec +++ b/pushwoosh-react-native-plugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "pushwoosh-react-native-plugin" - s.version = "6.1.28" + s.version = "6.1.29" s.summary = "React Native Pushwoosh Push Notifications module" s.requires_arc = true s.author = 'Pushwoosh' diff --git a/src/android/build.gradle b/src/android/build.gradle index 303d18e..2ee0f65 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -37,7 +37,7 @@ android { } ext { - pushwoosh = "6.7.3" + pushwoosh = "6.7.4" } dependencies {