From 021fb9d68e833843edefe4f5accdce709dd3b140 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Wed, 22 Nov 2023 13:29:46 +0100 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b9519..670dfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.5 +* Allow `package_info_plus` versions `5.x` +* Update to Flutter `3.16` + ## 1.0.4 * Cleanup in many places (also makes a few things more robust) * Fix `null` path for screenshot manager ([#12](https://github.com/ThexXTURBOXx/catcher_2/issues/12)) diff --git a/pubspec.yaml b/pubspec.yaml index 4552866..c78e1a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: catcher_2 description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer. -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues