From 333ca7fa6d5072b1fa12f93226c2e8ea153f3b45 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Tue, 24 Sep 2024 08:26:35 +0200 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 03b843b4a..f35132b50 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.12.4" + s.version = "3.12.5" 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 cc4aec0d0..ca0ce93b8 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.12.4" +public var postHogVersion = "3.12.5" // This property is internal only public var postHogSdkName = "posthog-ios"