File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # Auto-generated file. DO NOT EDIT.
2+ 1.1.1
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.1] - 2025-06-08
11+
1012### Fixed
1113
1214- Preserve modified date when unzip files ([ #176 ] )
@@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5759
5860- Initial release
5961
60- [ Unreleased ] : https://github.com/FossifyOrg/File-Manager/compare/1.1.0...HEAD
62+ [ Unreleased ] : https://github.com/FossifyOrg/File-Manager/compare/1.1.1...HEAD
63+ [ 1.1.1 ] : https://github.com/FossifyOrg/File-Manager/compare/1.1.0...1.1.1
6164[ 1.1.0 ] : https://github.com/FossifyOrg/File-Manager/compare/1.0.1...1.1.0
6265[ 1.0.1 ] : https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
6366[ 1.0.0 ] : https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
Original file line number Diff line number Diff line change 1+ Fixed:
2+
3+ • Preserve modified date when unzip files
4+
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx4g
2020# org.gradle.parallel=true
2121
2222# Versioning
23- VERSION_NAME =1.1.0
24- VERSION_CODE =3
23+ VERSION_NAME =1.1.1
24+ VERSION_CODE =4
2525APP_ID =org.fossify.filemanager
You can’t perform that action at this time.
0 commit comments