diff --git a/Cargo.toml b/Cargo.toml index 5542fa4..ea90e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "tc_tea" -version = "0.1.3" +version = "0.1.4" authors = ["Jixun Wu "] edition = "2021" diff --git a/README.md b/README.md index ad18953..aee1c20 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Code implemented according to the spec described in Add the following to `[dependencies]` section in your `Cargo.toml` file: ```toml -tc_tea = "0.1.3" +tc_tea = "0.1.4" ``` ## Troubleshooting