Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Next

# 5.13.0

- chore: add support for thumbs up/down surveys ([#257](https://github.com/PostHog/posthog-flutter/pull/257))

- perf: Optimize Screenshot diff check ([#271](https://github.com/PostHog/posthog-flutter/pull/271))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.posthog.flutter

internal val postHogVersion = "5.12.0"
internal val postHogVersion = "5.13.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 = "5.12.0"
let postHogFlutterVersion = "5.13.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: 5.12.0
version: 5.13.0
homepage: https://www.posthog.com
repository: https://github.com/posthog/posthog-flutter
issue_tracker: https://github.com/posthog/posthog-flutter/issues
Expand Down
Loading