diff --git a/Cargo.toml b/Cargo.toml index 64421c2..477fa54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hfs_nfd" -version = "2.0.0-beta" +version = "2.0.0" authors = ["Tatsunori Uchino "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 34739c1..dfe2b44 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add this library `hfs_nfd` to your `Cargo.toml`. another_library1 = "" another_library2 = "" # *snip* -hfs_nfd = "1.0.0" # <= Here +hfs_nfd = "2.0.0" # <= Here # *snip* ```