From c8f0b8f57d94cc2053f5951e125f7c9823a35a53 Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Sat, 28 Aug 2021 22:50:11 +0900 Subject: [PATCH] Version 2.0.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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* ```