From 4dd1faf2438c3c3594592208cd9be728086bbcd7 Mon Sep 17 00:00:00 2001 From: Daniil Bondarev <125694327+danyaao@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:44:29 +0300 Subject: [PATCH] fix(SNP-1234): Correct Logo Position (#93) ## Changes: - correct logo position - update version --------- Co-authored-by: Daniil --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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/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/) 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"