From 0422145c51928b4bed162d806bced1bcaefd744b Mon Sep 17 00:00:00 2001 From: yakkomajuri Date: Tue, 22 Jun 2021 11:15:29 -0300 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718c2c9..6a31a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.1 + +- Update examples for PosthogWeb imports ## 2.0.0 - Migrate to flutter 2 diff --git a/pubspec.yaml b/pubspec.yaml index 68ac9da..a5c5b4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: posthog_flutter description: Flutter implementation of Posthog client for iOS, Android and Web -version: 2.0.0 +version: 2.0.1 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues