From 7f549f5171ea41cf8975a25c1fd69efe253b8aa9 Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Tue, 6 Feb 2024 22:14:18 -0800 Subject: [PATCH] actions --- .github/workflows/build.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4745bd..902cbc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: architecture: x64 - run: flutter config --enable-macos-desktop - run: flutter pub get - - run: flutter anaylze + - run: flutter analyze - run: flutter build macos - name: Release uses: softprops/action-gh-release@v1 diff --git a/pubspec.yaml b/pubspec.yaml index 518717b..2e2523d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: alic description: "A little image compressor" publish_to: "none" -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: ">=3.2.6 <4.0.0"