Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Apr 11, 2024
1 parent 7ab1ff6 commit fb33329
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.posthog_flutter

internal val postHogVersion = "4.4.0"
internal val postHogVersion = "4.4.1"
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
internal let postHogFlutterVersion = "4.4.0"
internal let postHogFlutterVersion = "4.4.1"
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.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
Expand Down

0 comments on commit fb33329

Please sign in to comment.