From a63aaed88940d7bac56175efa5b477616fa5aef6 Mon Sep 17 00:00:00 2001 From: Bryn Deering Date: Sat, 9 Mar 2024 15:37:00 -0500 Subject: [PATCH] Updated version (1.3.1) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1149150..6e6bcbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "polykill" -version = "1.3.0" +version = "1.3.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 8a57f38..1db9455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polykill" -version = "1.3.0" +version = "1.3.1" edition = "2021" license = "MIT" authors = ["Bryn Deering"]