From 899993a23b4a2f2ad938294fc06fca6d2a30b4b9 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Wed, 6 Aug 2025 17:07:07 +0530 Subject: [PATCH] chore: bump everywhere --- .github/workflows/auth-internal-release.yml | 2 +- .github/workflows/auth-lint.yml | 2 +- .github/workflows/auth-release.yml | 2 +- .github/workflows/auth-win-sign.yml | 2 +- .github/workflows/mobile-internal-release-rust.yml | 2 +- .github/workflows/mobile-internal-release.yml | 2 +- .github/workflows/mobile-lint.yml | 2 +- .github/workflows/mobile-release.yml | 2 +- mobile/apps/auth/.fvmrc | 2 +- mobile/apps/auth/README.md | 2 +- mobile/apps/photos/.fvmrc | 2 +- mobile/apps/photos/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/auth-internal-release.yml b/.github/workflows/auth-internal-release.yml index 470c9ae5a8..6c353ed2ca 100644 --- a/.github/workflows/auth-internal-release.yml +++ b/.github/workflows/auth-internal-release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: write diff --git a/.github/workflows/auth-lint.yml b/.github/workflows/auth-lint.yml index cc9040151c..a72547bec3 100644 --- a/.github/workflows/auth-lint.yml +++ b/.github/workflows/auth-lint.yml @@ -8,7 +8,7 @@ on: - ".github/workflows/auth-lint.yml" env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: read diff --git a/.github/workflows/auth-release.yml b/.github/workflows/auth-release.yml index 9a81e94c7b..bf0601081d 100644 --- a/.github/workflows/auth-release.yml +++ b/.github/workflows/auth-release.yml @@ -29,7 +29,7 @@ on: - "auth-v*" env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: write diff --git a/.github/workflows/auth-win-sign.yml b/.github/workflows/auth-win-sign.yml index 9dd8eeae15..30e6c62636 100644 --- a/.github/workflows/auth-win-sign.yml +++ b/.github/workflows/auth-win-sign.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: write diff --git a/.github/workflows/mobile-internal-release-rust.yml b/.github/workflows/mobile-internal-release-rust.yml index bfb2890abe..31b9bf1b31 100644 --- a/.github/workflows/mobile-internal-release-rust.yml +++ b/.github/workflows/mobile-internal-release-rust.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" RUST_VERSION: "1.85.1" permissions: diff --git a/.github/workflows/mobile-internal-release.yml b/.github/workflows/mobile-internal-release.yml index b06ccf2a0c..c7af19895b 100644 --- a/.github/workflows/mobile-internal-release.yml +++ b/.github/workflows/mobile-internal-release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: write diff --git a/.github/workflows/mobile-lint.yml b/.github/workflows/mobile-lint.yml index ee17ae485b..f971103a55 100644 --- a/.github/workflows/mobile-lint.yml +++ b/.github/workflows/mobile-lint.yml @@ -8,7 +8,7 @@ on: - ".github/workflows/mobile-lint.yml" env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: read diff --git a/.github/workflows/mobile-release.yml b/.github/workflows/mobile-release.yml index 086e7163b9..a449327b55 100644 --- a/.github/workflows/mobile-release.yml +++ b/.github/workflows/mobile-release.yml @@ -9,7 +9,7 @@ on: - "photos-v*" env: - FLUTTER_VERSION: "3.29.3" + FLUTTER_VERSION: "3.32.8" permissions: contents: write diff --git a/mobile/apps/auth/.fvmrc b/mobile/apps/auth/.fvmrc index b987073ac6..3ca65ffc7c 100644 --- a/mobile/apps/auth/.fvmrc +++ b/mobile/apps/auth/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.29.3" + "flutter": "3.32.8" } \ No newline at end of file diff --git a/mobile/apps/auth/README.md b/mobile/apps/auth/README.md index 5ab2506e07..91f87dde87 100644 --- a/mobile/apps/auth/README.md +++ b/mobile/apps/auth/README.md @@ -44,7 +44,7 @@ or managing your secrets, please use our mobile or desktop app. ## 🧑‍💻 Build from source -1. [Install Flutter v3.29.3](https://flutter.dev/docs/get-started/install). +1. [Install Flutter v3.32.8](https://flutter.dev/docs/get-started/install). 2. Pull in all submodules with `git submodule update --init --recursive` diff --git a/mobile/apps/photos/.fvmrc b/mobile/apps/photos/.fvmrc index b987073ac6..3ca65ffc7c 100644 --- a/mobile/apps/photos/.fvmrc +++ b/mobile/apps/photos/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.29.3" + "flutter": "3.32.8" } \ No newline at end of file diff --git a/mobile/apps/photos/README.md b/mobile/apps/photos/README.md index f9ea2d17a7..fa0bbbb3af 100644 --- a/mobile/apps/photos/README.md +++ b/mobile/apps/photos/README.md @@ -46,7 +46,7 @@ You can alternatively install the build from PlayStore or F-Droid. ## 🧑‍💻 Building from source -1. [Install Flutter v3.29.3](https://flutter.dev/docs/get-started/install). +1. [Install Flutter v3.32.8](https://flutter.dev/docs/get-started/install). 2. Pull in all submodules with `git submodule update --init --recursive`