From b1ed76ddc3287d84d24d1793cd0751e6d68088c5 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Mon, 9 Oct 2023 19:55:40 +0200 Subject: [PATCH] update version --- RELEASING.md | 15 ++++++++------- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 5bb66b3..31e644c 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,11 +2,12 @@ Releasing ========= 1. Update the CHANGELOG.md with the version - 2. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases) - 3. Choose a tag name (e.g. `3.0.0`), this is the version number of the release (the tag must follow this format). + 2. Update the version in `pubspec.yaml` + 3. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases) + 4. Choose a tag name (e.g. `3.0.0`), this is the version number of the release (the tag must follow this format). 1. Preview releases follow the pattern `3.0.0-alpha.1`, `3.0.0-beta.1`, `3.0.0-RC.1` - 4. Choose a release name (e.g. `3.0.0`), ideally it matches the above. - 5. Write a description of the release. - 6. Publish the release. - 7. GH Action (publish.yml) is doing everything else [automatically](https://pub.dev/packages/posthog_flutter/admin). - 8. Done. + 5. Choose a release name (e.g. `3.0.0`), ideally it matches the above. + 6. Write a description of the release. + 7. Publish the release. + 8. GH Action (publish.yml) is doing everything else [automatically](https://pub.dev/packages/posthog_flutter/admin). + 9. Done. diff --git a/pubspec.yaml b/pubspec.yaml index 67e884e..1c77dcb 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: 3.1.0 +version: 3.2.0 homepage: https://www.posthog.com repository: https://github.com/posthog/posthog-flutter issue_tracker: https://github.com/posthog/posthog-flutter/issues