From b8a6c8853b7699e75d7e24943c65e1883dec4201 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sat, 9 Apr 2022 08:39:44 -0700 Subject: [PATCH] chore(phantun) bump to `v0.3.0` --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index b5b69d9..86765f0 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.2.5" +version = "0.3.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"