diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index 8ac195a..68578b3 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -39,6 +39,9 @@ jobs: needs: validate_version if: needs.validate_version.outputs.prev_version != needs.validate_version.outputs.full_version runs-on: ubuntu-latest + permissions: + contents: write + actions: write steps: - uses: actions/checkout@v3 with: diff --git a/pubspec.yaml b/pubspec.yaml index d823847..b6643dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: quick_math description: A new Flutter package project. -version: 3.0.0 +version: 3.0.1 homepage: environment: