From fae28aff4b4f880b9b7cbaa9c2074cfaab749914 Mon Sep 17 00:00:00 2001 From: jachzen Date: Tue, 7 Nov 2023 14:29:26 +0100 Subject: [PATCH] Updated changelog and pubspec version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efdd3d..eb5bd0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.4 +* Fixed iOS permission issue in example +* upgraded permission_handler + ## 1.1.3 * Fixed permanently denied permission issue * Merged crop option for android - Thanks Edwin diff --git a/pubspec.yaml b/pubspec.yaml index 6be9fef..7ef26a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cunning_document_scanner description: A document scanner plugin for flutter. Scan and crop automatically on iOS and Android. -version: 1.1.3 +version: 1.1.4 homepage: https://cunning.biz repository: https://github.com/jachzen/cunning_document_scanner