We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709ced5 commit b71b7b1Copy full SHA for b71b7b1
PostHog.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "PostHog"
3
- s.version = "3.34.0"
+ s.version = "3.35.0"
4
s.summary = "The hassle-free way to add posthog to your iOS app."
5
6
s.description = <<-DESC
PostHog/PostHogVersion.swift
@@ -9,7 +9,7 @@ import Foundation
9
10
// if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works
11
// This property is internal only
12
-public var postHogVersion = "3.34.0"
+public var postHogVersion = "3.35.0"
13
14
public let postHogiOSSdkName = "posthog-ios"
15
0 commit comments