Skip to content

Commit 010b46c

Browse files
committed
update version
1 parent aedbdf6 commit 010b46c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: subosito/flutter-action@v2
2020
with:
2121
channel: stable
22-
flutter-version: 3.22.3
22+
flutter-version: 3.41.9
2323
cache: true
2424

2525
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
id-token: write
1515

1616
env:
17-
FLUTTER_VERSION: 3.22.3
17+
FLUTTER_VERSION: 3.41.9
1818

1919
jobs:
2020
# -----------------------------------------------------------------

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: open_dev
22
description: "Open source cross-platform developer assistant"
33

4-
version: 0.5.1+2
4+
version: 1.0.0+3
55

66
environment:
77
sdk: '>=3.2.1 <4.0.0'

0 commit comments

Comments
 (0)