diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0620b75..239dab8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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] diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9b728..28b19c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.2.0 -Update Dart to 3.3.0. +Update Dart to 3.0.0. ## 2.1.2 diff --git a/README.md b/README.md index e8e0c03..06cad20 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ff8eedd..0e93302 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 407c83d..54b0e07 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: