diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e96e9..20bfb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.2 + +- Fixed a bug where the app would crash on first startup. Thanks @jsardev! + # 1.2.1 - Added a more helpful status message on startup showing activated settings. diff --git a/pubspec.yaml b/pubspec.yaml index fea90e9..998460d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: alic description: "A little image compressor" publish_to: "none" -version: 1.2.1+21 +version: 1.2.2+22 environment: sdk: ">=3.2.6 <4.0.0"