From cda2cc3c80fb059076497e675d6e5b7fcb3c0ed1 Mon Sep 17 00:00:00 2001 From: Daniil Date: Wed, 17 Apr 2024 09:41:48 +0300 Subject: [PATCH 1/2] fix: correct logo position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5bde6..7085df7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OTP autofill - + Made by [Surf 🏄‍♂️🏄‍♂️🏄‍♂️](https://surf.dev/) From 445ce07545a2126b0928f8cfa5c9778dc7c72fdd Mon Sep 17 00:00:00 2001 From: Daniil Date: Wed, 17 Apr 2024 09:42:03 +0300 Subject: [PATCH 2/2] chore: update version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed27966..beb91cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.4 + +* Correct logo position. + ## 3.0.3 * Rebranding. diff --git a/pubspec.yaml b/pubspec.yaml index a0ba9e9..740aea3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: otp_autofill -version: 3.0.3 +version: 3.0.4 description: Android implementation of OTP autofill with using User Consent API and Retriever API. Add possibility to receive OTP code from another input. repository: "https://github.com/surfstudio/flutter-otp-autofill" issue_tracker: "https://github.com/surfstudio/flutter-otp-autofill/issues"