From b106cc15e73837a944d550afc0e38460396c3de4 Mon Sep 17 00:00:00 2001 From: Nan <nanftw@gmail.com> Date: Wed, 12 Jun 2024 15:11:21 -0700 Subject: [PATCH] release commit 5.2.1 --- OneSignal.podspec | 2 +- OneSignalXCFramework.podspec | 2 +- .../OneSignalSDK/OneSignalCore/Source/OneSignalCommonDefines.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OneSignal.podspec b/OneSignal.podspec index dac95aef0..0ecc959a0 100755 --- a/OneSignal.podspec +++ b/OneSignal.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OneSignal" - s.version = "5.2.0" + s.version = "5.2.1" s.summary = "OneSignal push notification library for mobile apps." s.homepage = "https://onesignal.com" s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/OneSignalXCFramework.podspec b/OneSignalXCFramework.podspec index b9309a27d..6be00cfcd 100644 --- a/OneSignalXCFramework.podspec +++ b/OneSignalXCFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OneSignalXCFramework" - s.version = "5.2.0" + s.version = "5.2.1" s.summary = "OneSignal push notification library for mobile apps." s.homepage = "https://onesignal.com" s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/iOS_SDK/OneSignalSDK/OneSignalCore/Source/OneSignalCommonDefines.h b/iOS_SDK/OneSignalSDK/OneSignalCore/Source/OneSignalCommonDefines.h index b0578fc11..3acb5f475 100644 --- a/iOS_SDK/OneSignalSDK/OneSignalCore/Source/OneSignalCommonDefines.h +++ b/iOS_SDK/OneSignalSDK/OneSignalCore/Source/OneSignalCommonDefines.h @@ -46,7 +46,7 @@ // "*" in comment line ending comment means the string value has not been changed // App -#define ONESIGNAL_VERSION @"050200" +#define ONESIGNAL_VERSION @"050201" #define OSUD_APP_ID @"GT_APP_ID" // * OSUD_APP_ID #define OSUD_REGISTERED_WITH_APPLE @"GT_REGISTERED_WITH_APPLE" // * OSUD_REGISTERED_WITH_APPLE