Skip to content

Commit dd74634

Browse files
committed
Update version
1 parent 0442e99 commit dd74634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PostHog.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PostHog"
3-
s.version = "3.5.0"
3+
s.version = "3.5.1"
44
s.summary = "The hassle-free way to add posthog to your iOS app."
55

66
s.description = <<-DESC

PostHog/PostHogVersion.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99

1010
// if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works
1111
// This property is internal only
12-
public var postHogVersion = "3.5.0"
12+
public var postHogVersion = "3.5.1"
1313

1414
// This property is internal only
1515
public var postHogSdkName = "posthog-ios"

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ If any of the breaking changes are blocking you, please [open an issue](https://
202202

203203
Enable `Record user sessions` on the [PostHog project settings](https://us.posthog.com/settings/project-replay#replay).
204204

205-
Requires the iOS SDK version >= [3.5.0](https://github.com/PostHog/posthog-ios/releases/).
205+
Requires the iOS SDK version >= [3.5.1](https://github.com/PostHog/posthog-ios/releases/).
206206

207207
Enable the SDK to capture Session Recording.
208208

0 commit comments

Comments
 (0)