Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Jun 13, 2024
1 parent b9c45f9 commit 251f8bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.1'
flutter-version: '3.22.2'
cache: true

- name: Cleanup 🧹
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.1'
flutter-version: '3.22.2'
cache: true

- name: Cleanup 🧹
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.22.1"
flutter-version: "3.22.2"
cache: true

- name: Cleanup 🧹
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: myecl
description: MyECL est l'application des Centraliens de Lyon, conçue par ÉCLAIR

publish_to: "none"
version: 0.9.1+126
version: 0.9.2+127

environment:
sdk: ^3.3.0
Expand Down

0 comments on commit 251f8bf

Please sign in to comment.