Skip to content

Commit 4ad3cf1

Browse files
committed
Update version
1 parent 069c369 commit 4ad3cf1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next
22

3+
## 3.13.1 - 2024-10-16
4+
35
- add optional distinctId parameter to capture methods ([#216](https://github.com/PostHog/posthog-ios/pull/216))
46

57
## 3.13.0 - 2024-10-14

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.13.0"
3+
s.version = "3.13.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.13.0"
12+
public var postHogVersion = "3.13.1"
1313

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

0 commit comments

Comments
 (0)