From 82374a60a0631e74b99bb14899feed587d8f1114 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:19:32 +0100 Subject: [PATCH] Release v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf7e36b..0f76fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3621,7 +3621,7 @@ dependencies = [ [[package]] name = "wlx-overlay-s" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index 849200d..ee92739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ debug = true [package] name = "wlx-overlay-s" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html