Skip to content

Commit 9c4a43e

Browse files
committed
Versioning and changelog
1 parent 477f097 commit 9c4a43e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

flutter_cache_manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.4.1] - 2020-06-14
2+
* Bugfix: CacheManager returned a file that didn't exist when the file was removed by the OS (or any other external system)
3+
while the app was active. This also prevented the CacheManager to redownload the file ([PR #190](https://github.com/Baseflow/flutter_cache_manager/pull/190)).
4+
15
## [1.4.0] - 2020-06-04
26
* Allow cleaning of memory cache ([PR #183](https://github.com/Baseflow/flutter_cache_manager/pull/183)).
37
* Bugfix: Cleaning doesn't want to delete a file twice anymore ([PR #185](https://github.com/Baseflow/flutter_cache_manager/pull/185)).

flutter_cache_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_cache_manager
22
description: Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
3-
version: 1.4.0
3+
version: 1.4.1
44
homepage: https://github.com/Baseflow/flutter_cache_manager
55

66
environment:

0 commit comments

Comments
 (0)