Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 1, 2024
1 parent f5292c0 commit d7bff6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: [main]
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
- "v[0-9]+.[0-9]+.[0-9]+*"

pull_request:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.2.0

Update Dart to 3.3.0.
Update Dart to 3.0.0.

## 2.1.2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ How to use this package:

Add the dependency in the yaml of the example:

```
```yaml
dependencies:
baseflow_plugin_template: ^2.1.2
baseflow_plugin_template: ^2.2.0
```
And run the template app:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0

environment:
sdk: ^3.3.0
sdk: ^3.0.0
flutter: '>=3.19.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.2.0
repository: https://github.com/Baseflow/baseflow_plugin_template

environment:
sdk: ^3.3.0
sdk: ^3.0.0
flutter: '>=3.19.0'

dependencies:
Expand Down

0 comments on commit d7bff6d

Please sign in to comment.