From 1b7961512eb814d274c9ff6132b7324a40f9d259 Mon Sep 17 00:00:00 2001 From: dane madsen Date: Thu, 2 Nov 2023 22:45:11 +1000 Subject: [PATCH] Update flutter --- .github/workflows/main.yml | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d195665..6c8a113 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: java-version: '17' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.7' + flutter-version: '3.13.9' - name: Decode Keystore File env: @@ -58,7 +58,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.7' + flutter-version: '3.13.9' - name: Install dependencies run: | @@ -88,7 +88,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.7' + flutter-version: '3.13.9' - name: Install dependencies run: | diff --git a/pubspec.yaml b/pubspec.yaml index c0aeba4..7c7db5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: maid -description: A new Flutter project. +description: A cross-platform Flutter app for interfacing with GGUF / Llama models. # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev