From 1016debb1ceb212b0a2b23ba1b4a5a63ed317c7b Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Tue, 7 Nov 2023 11:38:43 +0700 Subject: [PATCH] Pushwoosh React Native Plugin 6.1.24 https://github.com/Pushwoosh/pushwoosh-react-native-plugin/releases/tag/6.1.24 --- package.json | 2 +- pushwoosh-react-native-plugin.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8dfda23..f909e41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushwoosh-react-native-plugin", - "version": "6.1.23", + "version": "6.1.24", "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 6967aff..1124e68 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.23" + s.version = "6.1.24" s.summary = "React Native Pushwoosh Push Notifications module" s.requires_arc = true s.author = 'Pushwoosh'