From 30fd98f387d422a869fbb1a455051df12b475a69 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 5 Feb 2025 17:39:28 +0100 Subject: [PATCH] Update version --- android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt | 2 +- ios/Classes/PostHogFlutterVersion.swift | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt b/android/src/main/kotlin/com/posthog/flutter/PostHogVersion.kt index 2813018..d3ad052 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.10.0" +internal val postHogVersion = "4.10.1" diff --git a/ios/Classes/PostHogFlutterVersion.swift b/ios/Classes/PostHogFlutterVersion.swift index 7371dc2..8727ddf 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.10.0" +let postHogFlutterVersion = "4.10.1" diff --git a/pubspec.yaml b/pubspec.yaml index 693a6bc..40a727a 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.10.0 +version: 4.10.1 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues