From e4d10016eedb13e1a1a2a6f5f340e09b992e5d13 Mon Sep 17 00:00:00 2001 From: dsherret Date: Mon, 31 Jul 2023 02:38:35 +0000 Subject: [PATCH] 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67ab797..741382b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "dprint-plugin-exec" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "dprint-core", diff --git a/Cargo.toml b/Cargo.toml index 3138f16..da49a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-exec" -version = "0.4.0" +version = "0.4.1" authors = ["Alex Zherebtsov ", "David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-exec"