Skip to content

Commit aa5d10a

Browse files
committed
Update version
1 parent e4818c3 commit aa5d10a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package com.posthog.posthog_flutter
22

3-
internal val postHogVersion = "4.0.0-RC.2"
3+
internal val postHogVersion = "4.0.0"

ios/Classes/PostHogFlutterVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
import Foundation
99

1010
// This property is internal only
11-
internal let postHogFlutterVersion = "4.0.0-RC.2"
11+
internal let postHogFlutterVersion = "4.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: posthog_flutter
22
description: Flutter implementation of PostHog client for iOS, Android and Web
3-
version: 4.0.0-RC.2
3+
version: 4.0.0
44
homepage: https://www.posthog.com
55
repository: https://github.com/posthog/posthog-flutter
66
issue_tracker: https://github.com/posthog/posthog-flutter/issues

0 commit comments

Comments
 (0)