From 537760bd174747a228395a09a4394b3e7b827abc Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 4 Jan 2024 17:31:36 +0000 Subject: [PATCH] Increment version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa72d35..b72ea56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.1 + +- Limited file tamper check to shared internal storage due to modification misreporting with application cache + - Bug fixed: selection with Direct Access Mode off and putting the application in the background can result in the file system watcher to misreport the file as modified + ## 2.3.0 - Added file tamper check (uses existing file removal detection method) diff --git a/pubspec.yaml b/pubspec.yaml index 3ac3678..006643b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 2.3.0+40 +version: 2.3.1+41 environment: sdk: '>=3.2.0-78.0.dev <4.0.0'