Skip to content

Commit b70dd35

Browse files
authored
chore: remove beta suffix from version to fix release please versioning (#161)
1 parent 5b4ac5d commit b70dd35

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0-beta"
2+
".": "0.3.0"
33
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: google_driver_flutter
1616
description: A Google Maps Driver plugin
17-
version: 0.3.0-beta
17+
version: 0.3.0
1818
publish_to: none
1919

2020
environment:

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"include-v-in-tag": false,
66
"bump-minor-pre-major": true,
77
"bump-patch-for-minor-pre-major": true,
8-
"prerelease": true,
98
"packages": {
109
".": {
1110
"package-name": "google_driver_flutter",

0 commit comments

Comments
 (0)