Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
uintdev committed Jan 4, 2024
1 parent 2eebdb2 commit 537760b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 537760b

Please sign in to comment.