Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Aug 28, 2021
1 parent 2fc2d49 commit c8f0b8f
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,6 +1,6 @@
[package]
name = "hfs_nfd"
version = "2.0.0-beta"
version = "2.0.0"
authors = ["Tatsunori Uchino <tats.u@live.jp>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this library `hfs_nfd` to your `Cargo.toml`.
another_library1 = "<version>"
another_library2 = "<version>"
# *snip*
hfs_nfd = "1.0.0" # <= Here
hfs_nfd = "2.0.0" # <= Here
# *snip*
```

Expand Down

0 comments on commit c8f0b8f

Please # to comment.