From 58a481a083a7c6c72ebe99152423d6fa8f67d783 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Fri, 1 Mar 2024 09:43:54 +0100 Subject: [PATCH] Update version --- PostHog.podspec | 2 +- PostHog/PostHogVersion.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PostHog.podspec b/PostHog.podspec index 1720302f6..9fcd23bf5 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.2.1" + s.version = "3.2.2" s.summary = "The hassle-free way to add posthog to your iOS app." s.description = <<-DESC diff --git a/PostHog/PostHogVersion.swift b/PostHog/PostHogVersion.swift index 1c7aa50a6..bec47365b 100644 --- a/PostHog/PostHogVersion.swift +++ b/PostHog/PostHogVersion.swift @@ -9,7 +9,7 @@ import Foundation // if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works // This property is internal only -public var postHogVersion = "3.2.1" +public var postHogVersion = "3.2.2" // This property is internal only public var postHogSdkName = "posthog-ios"