From dd2dc23647300fbedf2f6069f6d0251e72fa7cfb Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 5 Oct 2023 13:00:14 +0200 Subject: [PATCH] Prepare for release 2.0.4 --- PostHog.podspec | 2 +- PostHog/Classes/PHGPostHog.m | 2 +- PostHog/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PostHog.podspec b/PostHog.podspec index 68922f075..9a5f8a27a 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "2.0.3" + s.version = "2.0.4" s.summary = "The hassle-free way to add posthog to your iOS app." s.description = <<-DESC diff --git a/PostHog/Classes/PHGPostHog.m b/PostHog/Classes/PHGPostHog.m index 3a380d075..31edf31aa 100644 --- a/PostHog/Classes/PHGPostHog.m +++ b/PostHog/Classes/PHGPostHog.m @@ -550,7 +550,7 @@ + (NSString *)version { // this has to match the actual version, NOT what's in info.plist // because Apple only accepts X.X.X as versions in the review process. - return @"2.0.3"; + return @"2.0.4"; } #pragma mark - Helpers diff --git a/PostHog/Info.plist b/PostHog/Info.plist index 21e7e6da6..5baf5d16b 100644 --- a/PostHog/Info.plist +++ b/PostHog/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.3 + 2.0.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass