Skip to content

Commit

Permalink
Merge f52fcfa into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 31, 2021
2 parents 567c2d8 + f52fcfa commit 94fac07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.3.0+3
# 0.3.0+4

- Fmap.containsKey works faster
- Fmap.entries works faster
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ writes, but not on reads.
## Compatibility

The library is unit-tested on Linux, Windows, and macOS. Mobile systems such as
Android and iOS have the same kernels as their desktop relatives, so will
also work as long as you have access to the files and the file system supports standards.
Android and iOS have the same kernels as their desktop relatives.



Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fmap
description: A simple and efficient approach to caching or persistent blob storage. A Map-like object for accessing data stored on the filesystem.
version: 0.3.0+3
version: 0.3.0+4
repository: https://github.com/rtmigo/fmap

environment:
Expand Down

0 comments on commit 94fac07

Please sign in to comment.