From 825bd6d7be84920f5ebe12f73b1ec1719e5c46a5 Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Wed, 29 Dec 2021 11:08:39 +0000 Subject: [PATCH] chore: bump to 0.1.4 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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