From 749eb7dbd6526724041cb76dc2a50a1c14378dda Mon Sep 17 00:00:00 2001 From: Hemant KArya <65885023+HemantKArya@users.noreply.github.com> Date: Sun, 17 Mar 2024 18:17:05 +0530 Subject: [PATCH] version bumps to 2.2.0 --- .github/workflows/main.yml | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a893357..a20cd99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,17 +43,17 @@ jobs: run: jarsigner --verify --verbose build/app/outputs/flutter-apk/app-release.apk - name: Rename APK file - run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/bloomee_tunes_v2.1.0+${{github.run_number}}.apk + run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/bloomee_tunes_v2.2.0+${{github.run_number}}.apk - name: Upload Artifacts uses: actions/upload-artifact@v2 with: name: Release path: | - build/app/outputs/flutter-apk/bloomee_tunes_v2.1.0+${{github.run_number}}.apk + build/app/outputs/flutter-apk/bloomee_tunes_v2.2.0+${{github.run_number}}.apk - name: Create Release uses: ncipollo/release-action@v1 with: - artifacts: "build/app/outputs/flutter-apk/bloomee_tunes_v2.1.0+${{github.run_number}}.apk" - tag: v2.1.0+${{github.run_number}} + artifacts: "build/app/outputs/flutter-apk/bloomee_tunes_v2.2.0+${{github.run_number}}.apk" + tag: v2.2.0+${{github.run_number}} token: ${{secrets.SECRET_KEY}} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index ed085d8..e9234f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.1.0+0 +version: 2.2.0+0 environment: sdk: '>=3.0.6 <4.0.0'