From 3a7036d5a6e74c024f7068d7211033d8ff959b37 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Tue, 21 May 2024 10:22:28 +0200 Subject: [PATCH] Update version --- .../main/kotlin/com/posthog/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/posthog_flutter/PostHogVersion.kt b/android/src/main/kotlin/com/posthog/posthog_flutter/PostHogVersion.kt index 519aa91..faa3bd6 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.1" +internal val postHogVersion = "4.5.0" diff --git a/ios/Classes/PostHogFlutterVersion.swift b/ios/Classes/PostHogFlutterVersion.swift index 2238c21..5dcdd41 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.1" +internal let postHogFlutterVersion = "4.5.0" diff --git a/pubspec.yaml b/pubspec.yaml index 5ef658d..59b9410 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.1 +version: 4.5.0 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues