From 40383f2529e7ac616425d81a760eaadd98879ec8 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:08:02 +0900 Subject: [PATCH] release v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcd343c..e819514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4295,7 +4295,7 @@ dependencies = [ [[package]] name = "wlx-overlay-s" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index 1f462d6..a7b1853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ debug = true [package] name = "wlx-overlay-s" -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html