Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Jan 16, 2025
1 parent 8ae16ca commit 79aedc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.posthog.flutter

internal val postHogVersion = "4.9.4"
internal val postHogVersion = "4.10.0"
2 changes: 1 addition & 1 deletion ios/Classes/PostHogFlutterVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
import Foundation

// This property is internal only
let postHogFlutterVersion = "4.9.4"
let postHogFlutterVersion = "4.10.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: posthog_flutter
description: Flutter implementation of PostHog client for iOS, Android and Web
version: 4.9.4
version: 4.10.0
homepage: https://www.posthog.com
repository: https://github.com/posthog/posthog-flutter
issue_tracker: https://github.com/posthog/posthog-flutter/issues
Expand Down

0 comments on commit 79aedc5

Please sign in to comment.