From cdfc1ebae52917b7ffe40a84ac2eac08a0d774f8 Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Sat, 13 Apr 2024 23:19:32 -0700 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bfb31..9499925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.3.0 + +- Added a way to check for updates. Click "Check for Updates" in the app menu bar to see if there is a new version available. +- Update some dependencies + # 1.2.2 - Fixed a bug where the app would crash on first startup. Thanks @jsardev! diff --git a/pubspec.yaml b/pubspec.yaml index 0f70eb5..e808a1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: alic description: "A little image compressor" publish_to: "none" -version: 1.2.2+22 +version: 1.3.0+23 environment: sdk: ">=3.2.6 <4.0.0"