Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREYDEN committed Jan 18, 2024
1 parent 315cb25 commit 8ffbf79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
working-directory: android

- name: Create App Distribution Release
run: sudo fastlane run firebase_app_distribution app:${{ secrets.ANDROID_APP_ID }} apk_path:../android.aab groups:friends debug:true
run: sudo fastlane run firebase_app_distribution app:${{ secrets.ANDROID_APP_ID }} apk_path:./android.aab groups:friends debug:true
working-directory: android
2 changes: 1 addition & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1082,4 +1082,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: e216ace358406b5311424b8fec4187823db1e84a

COCOAPODS: 1.12.0
COCOAPODS: 1.14.3
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = X29A5VS44D;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -587,7 +587,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = X29A5VS44D;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -616,7 +616,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = X29A5VS44D;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.9.2+22
version: 1.9.3+23

environment:
sdk: ">=3.2.0 <4.0.0"
Expand Down

0 comments on commit 8ffbf79

Please sign in to comment.