From d3a8c41f93fc7aa2f485ce8f31510497a44274d1 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 27 May 2025 15:19:19 +0100 Subject: [PATCH] chore: bump version --- .github/workflows/build.yml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd586f5..c7a23c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,5 +53,6 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable + flutter-version: 3.29.3 - run: flutter pub get - run: flutter build ios --no-codesign \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index a772c35..b895e26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: zap_stream_flutter description: "zap.stream" publish_to: "none" -version: 0.8.1+11 +version: 0.9.0+12 environment: sdk: ^3.7.2