Skip to content

Commit

Permalink
[mob][photos] Bump up version + use latest flutter version (v3.22.1) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn authored Jun 4, 2024
1 parent 358761f commit f2283ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: # Allow manually running the action

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.1"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:

FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.1"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "photos-v*"

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.22.1"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: ente photos application
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 0.8.130+650
version: 0.8.131+651
publish_to: none

environment:
Expand Down

0 comments on commit f2283ed

Please sign in to comment.