Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Jun 12, 2024
1 parent 0442e99 commit dd74634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PostHog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PostHog"
s.version = "3.5.0"
s.version = "3.5.1"
s.summary = "The hassle-free way to add posthog to your iOS app."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion PostHog/PostHogVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0"
public var postHogVersion = "3.5.1"

// This property is internal only
public var postHogSdkName = "posthog-ios"
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ If any of the breaking changes are blocking you, please [open an issue](https://

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

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

Enable the SDK to capture Session Recording.

Expand Down

0 comments on commit dd74634

Please sign in to comment.