From c83438a277973f58f537311f62d495ad343eea5d Mon Sep 17 00:00:00 2001 From: jerry Date: Sun, 21 Jan 2024 12:06:22 +0800 Subject: [PATCH] v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4854b4c..4e10a73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ac-esp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "windows", diff --git a/Cargo.toml b/Cargo.toml index 0143c46..d7590ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ac-esp" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib]