Skip to content

Commit

Permalink
chore(publish): bump package version
Browse files Browse the repository at this point in the history
Signed-off-by: SphericalKat <amolele@gmail.com>
  • Loading branch information
SphericalKat committed Apr 6, 2021
1 parent ffcac28 commit ade8d1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.1.6
- Bump dependencies
- Use explicit type parameters in test and examples

## 0.1.5
- Add support for extraction from generic lists
- Add tests for generic lists
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ I personally needed to use this for my own search algorithms, and there weren't

```yaml
dependencies:
fuzzywuzzy: 0.1.5 # latest version
fuzzywuzzy: 0.1.6 # latest version
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: "fuzzywuzzy"
version: "0.1.5"
version: "0.1.6"
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"
Expand Down

0 comments on commit ade8d1c

Please sign in to comment.