Skip to content

Commit d7bff6d

Browse files
committed
Update
1 parent f5292c0 commit d7bff6d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [main]
88
tags:
9-
- "[0-9]+.[0-9]+.[0-9]+*"
9+
- "v[0-9]+.[0-9]+.[0-9]+*"
1010

1111
pull_request:
1212
branches: [main]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.2.0
22

3-
Update Dart to 3.3.0.
3+
Update Dart to 3.0.0.
44

55
## 2.1.2
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ How to use this package:
88

99
Add the dependency in the yaml of the example:
1010

11-
```
11+
```yaml
1212
dependencies:
13-
baseflow_plugin_template: ^2.1.2
13+
baseflow_plugin_template: ^2.2.0
1414
```
1515
1616
And run the template app:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55
version: 1.0.0
66

77
environment:
8-
sdk: ^3.3.0
8+
sdk: ^3.0.0
99
flutter: '>=3.19.0'
1010

1111
dependencies:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.2.0
44
repository: https://github.com/Baseflow/baseflow_plugin_template
55

66
environment:
7-
sdk: ^3.3.0
7+
sdk: ^3.0.0
88
flutter: '>=3.19.0'
99

1010
dependencies:

0 commit comments

Comments
 (0)