From eb6d0bc257e86fcd6d74e81da61fbeb99a0bee89 Mon Sep 17 00:00:00 2001 From: lt94 Date: Fri, 19 Jul 2024 19:51:27 +0800 Subject: [PATCH] feat: tag v2.0.3 --- changelogs/{2.0.2 => 2.0.2.txt} | 0 changelogs/2.0.3.txt | 3 +++ pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) rename changelogs/{2.0.2 => 2.0.2.txt} (100%) create mode 100644 changelogs/2.0.3.txt diff --git a/changelogs/2.0.2 b/changelogs/2.0.2.txt similarity index 100% rename from changelogs/2.0.2 rename to changelogs/2.0.2.txt diff --git a/changelogs/2.0.3.txt b/changelogs/2.0.3.txt new file mode 100644 index 0000000..68b7e08 --- /dev/null +++ b/changelogs/2.0.3.txt @@ -0,0 +1,3 @@ +1. new theme for RSSAid and remove all hardcode theme +2. remove all snack bar and use oktoast instead +3. refactor part of code \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 04a2cf0..77ebd29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.2+6 +version: 2.0.3+7 environment: sdk: ">=2.12.0 <3.0.0"