From 3c130a826f32d9d129ecf3abfe17ddcda84cdc42 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 28 Nov 2024 08:30:35 +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 69ffa35a7..99a094501 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.15.7" + s.version = "3.15.8" 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 3f5f7a257..3f849a67a 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.15.7" +public var postHogVersion = "3.15.8" public let postHogiOSSdkName = "posthog-ios" // This property is internal only