From 845f63e3f3a1d7c8757a913c949183fd2d5f690a Mon Sep 17 00:00:00 2001 From: lt94 Date: Wed, 24 Jul 2024 07:38:59 +0800 Subject: [PATCH] feat: add INTERNET permission --- changelogs/3.0.1.txt | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelogs/3.0.1.txt b/changelogs/3.0.1.txt index 130f97f..57e7a78 100644 --- a/changelogs/3.0.1.txt +++ b/changelogs/3.0.1.txt @@ -1 +1,2 @@ -feat: force refresh rules to update previous rules \ No newline at end of file +feat: force refresh rules to update previous rules +fix: add internet permission \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0a4b15b..141b9a5 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: 3.0.1+9 +version: 3.0.1+10 environment: sdk: ">=2.12.0 <3.0.0"