Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 3, 2017
1 parent 03bcc29 commit fbbc1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "levenshtein"
version = "1.0.1"
version = "1.0.2"
authors = ["Titus Wormer <[email protected]>"]
description = "Levenshtein algorithm"
repository = "https://github.com/wooorm/levenshtein-rs"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and [JavaScript module][js-api].

```toml
[dependencies]
levenshtein = "1.0.1"
levenshtein = "1.0.2"
```

## Usage
Expand Down

0 comments on commit fbbc1bd

Please sign in to comment.