From bb983fadaad364f9772ad8e0ecd44fcf51a85198 Mon Sep 17 00:00:00 2001 From: syaiful-aa Date: Fri, 28 Jun 2024 15:04:35 +0700 Subject: [PATCH] up --- .github/workflows/update-main-version.yml | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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: