From ef96a5161dfd4252882dfa89ee164ea56c661ecf Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 28 Sep 2021 23:35:37 -0700 Subject: [PATCH] chore(phantun) release v0.2.0 --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index b235adf..a310ff9 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.1.1" +version = "0.2.0" edition = "2018" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"