Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 7, 2024
1 parent b01e2dc commit aa8c061
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.0.0-RC.1"
internal val postHogVersion = "4.0.0-RC.2"
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.0.0-RC.1"
internal let postHogFlutterVersion = "4.0.0-RC.2"
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.0.0-RC.1
version: 4.0.0-RC.2
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 aa8c061

Please sign in to comment.