diff --git a/android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt b/android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt index 2e3fac1..5ff94d9 100644 --- a/android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt +++ b/android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt @@ -1,3 +1,3 @@ package com.posthog.flutter -internal val postHogVersion = "4.9.3" +internal val postHogVersion = "4.9.4" diff --git a/ios/Classes/PostHogFlutterVersion.swift b/ios/Classes/PostHogFlutterVersion.swift index e958924..fdb2b88 100644 --- a/ios/Classes/PostHogFlutterVersion.swift +++ b/ios/Classes/PostHogFlutterVersion.swift @@ -8,4 +8,4 @@ import Foundation // This property is internal only -let postHogFlutterVersion = "4.9.3" +let postHogFlutterVersion = "4.9.4" diff --git a/pubspec.yaml b/pubspec.yaml index 7dc98b8..8cd8415 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: posthog_flutter description: Flutter implementation of PostHog client for iOS, Android and Web -version: 4.9.3 +version: 4.9.4 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues