Skip to content

Commit 2fa3cb9

Browse files
author
jones
committed
pumping up version
1 parent 16030f9 commit 2fa3cb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: flutter-actions/[email protected]
5454
with:
5555
channel: stable
56-
version: 3.24.1
56+
version: 3.24.2
5757

5858
# Note: This workflow uses the latest stable version of the Dart SDK.
5959
# You can specify other versions if desired, see documentation here:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ homepage: https://jonasheinle.de
55
# Prevent accidental publishing to pub.dev.
66
publish_to: "none"
77

8-
version: 1.3.1
8+
version: 1.3.5
99

1010
environment:
1111
sdk: ">=3.4.4 <4.0.0"
12-
flutter: ">=3.24.1"
12+
flutter: ">=3.24.2"
1313

1414
dependencies:
1515
flutter:

0 commit comments

Comments
 (0)