diff --git a/android/src/main/kotlin/com/posthog/posthog_flutter/PostHogVersion.kt b/android/src/main/kotlin/com/posthog/posthog_flutter/PostHogVersion.kt index dea47cd..519aa91 100644 --- a/android/src/main/kotlin/com/posthog/posthog_flutter/PostHogVersion.kt +++ b/android/src/main/kotlin/com/posthog/posthog_flutter/PostHogVersion.kt @@ -1,3 +1,3 @@ package com.posthog.posthog_flutter -internal val postHogVersion = "4.4.0" +internal val postHogVersion = "4.4.1" diff --git a/ios/Classes/PostHogFlutterVersion.swift b/ios/Classes/PostHogFlutterVersion.swift index a7cce97..2238c21 100644 --- a/ios/Classes/PostHogFlutterVersion.swift +++ b/ios/Classes/PostHogFlutterVersion.swift @@ -8,4 +8,4 @@ import Foundation // This property is internal only -internal let postHogFlutterVersion = "4.4.0" +internal let postHogFlutterVersion = "4.4.1" diff --git a/pubspec.yaml b/pubspec.yaml index bdaa76e..5ef658d 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.4.0 +version: 4.4.1 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues