From 9f2021996909ecc749c5cbef217d79b371894a88 Mon Sep 17 00:00:00 2001 From: York Wei Date: Tue, 16 Jan 2024 09:57:30 -0500 Subject: [PATCH] bump --- RadarSDK.podspec | 2 +- RadarSDK/RadarUtils.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RadarSDK.podspec b/RadarSDK.podspec index 0d481ee80..0038efb8c 100644 --- a/RadarSDK.podspec +++ b/RadarSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RadarSDK' - s.version = '3.9.1' + s.version = '3.9.1-beta.1' s.summary = 'iOS SDK for Radar, the leading geofencing and location tracking platform' s.homepage = 'https://radar.com' s.author = { 'Radar Labs, Inc.' => 'support@radar.com' } diff --git a/RadarSDK/RadarUtils.m b/RadarSDK/RadarUtils.m index d2ff7f49a..2ba8fff47 100644 --- a/RadarSDK/RadarUtils.m +++ b/RadarSDK/RadarUtils.m @@ -45,7 +45,7 @@ + (NSNumber *)timeZoneOffset { } + (NSString *)sdkVersion { - return @"3.9.1"; + return @"3.9.1-beta.1"; } + (NSString *)deviceId {