From 50022d1746be7ae7a2406b51dacecfdd3c8e2fa1 Mon Sep 17 00:00:00 2001 From: PostHog Github Bot Date: Fri, 3 Nov 2023 13:06:30 +0000 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 9ee356128..39530c9e4 100644 --- a/PostHog.podspec +++ b/PostHog.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PostHog" - s.version = "3.0.0-alpha.3" + s.version = "3.0.0-alpha.4" 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 8572e97e3..59a75515f 100644 --- a/PostHog/PostHogVersion.swift +++ b/PostHog/PostHogVersion.swift @@ -8,4 +8,4 @@ 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 -let postHogVersion = "3.0.0-alpha.3" +let postHogVersion = "3.0.0-alpha.4"