From 2209f12096ab2c3c22be0483450c866a47d19631 Mon Sep 17 00:00:00 2001 From: mivik Date: Tue, 2 May 2023 23:20:36 +0800 Subject: [PATCH] chore: bump to 0.1.0 --- phira-main/Cargo.toml | 2 +- phira/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phira-main/Cargo.toml b/phira-main/Cargo.toml index 58cc1da8..d636a190 100644 --- a/phira-main/Cargo.toml +++ b/phira-main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phira-main" -version = "0.0.11" +version = "0.1.0" edition = "2021" [dependencies] diff --git a/phira/Cargo.toml b/phira/Cargo.toml index 1c03570f..71da60ba 100644 --- a/phira/Cargo.toml +++ b/phira/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phira" -version = "0.0.11" +version = "0.1.0" edition = "2021" [lib]