Skip to content

Commit b1ed76d

Browse files
committed
update version
1 parent 9e9c39e commit b1ed76d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

RELEASING.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ Releasing
22
=========
33

44
1. Update the CHANGELOG.md with the version
5-
2. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases)
6-
3. Choose a tag name (e.g. `3.0.0`), this is the version number of the release (the tag must follow this format).
5+
2. Update the version in `pubspec.yaml`
6+
3. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases)
7+
4. Choose a tag name (e.g. `3.0.0`), this is the version number of the release (the tag must follow this format).
78
1. Preview releases follow the pattern `3.0.0-alpha.1`, `3.0.0-beta.1`, `3.0.0-RC.1`
8-
4. Choose a release name (e.g. `3.0.0`), ideally it matches the above.
9-
5. Write a description of the release.
10-
6. Publish the release.
11-
7. GH Action (publish.yml) is doing everything else [automatically](https://pub.dev/packages/posthog_flutter/admin).
12-
8. Done.
9+
5. Choose a release name (e.g. `3.0.0`), ideally it matches the above.
10+
6. Write a description of the release.
11+
7. Publish the release.
12+
8. GH Action (publish.yml) is doing everything else [automatically](https://pub.dev/packages/posthog_flutter/admin).
13+
9. Done.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: posthog_flutter
22
description: Flutter implementation of PostHog client for iOS, Android and Web
3-
version: 3.1.0
3+
version: 3.2.0
44
homepage: https://www.posthog.com
55
repository: https://github.com/posthog/posthog-flutter
66
issue_tracker: https://github.com/posthog/posthog-flutter/issues

0 commit comments

Comments
 (0)