diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 5337a56..36801f1 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -51,7 +51,7 @@ jobs: - name: 💬 Comment on PR if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: comments } = await github.rest.issues.listComments({ diff --git a/lib/src/version.dart b/lib/src/version.dart index be67aed..8b12c6b 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const String cliVersion = '1.0.20'; +const String cliVersion = '1.0.21'; diff --git a/pubspec.yaml b/pubspec.yaml index ffd9d0e..f06bc2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stmr_cli description: STMR CLI - Ferramenta de linha de comando para simplificar o desenvolvimento Flutter -version: 1.0.20 +version: 1.0.21 environment: sdk: ">=3.4.0 <4.0.0"