From 1a6ab5ef1518cf17a50701a880323a2f9b0b6c5c Mon Sep 17 00:00:00 2001 From: Bryn Deering Date: Sat, 9 Mar 2024 14:45:32 -0500 Subject: [PATCH] Updated version (1.3.0) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 787f2d9..1223361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "polykill" -version = "1.2.6" +version = "1.3.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 3e7c7a4..f47f5b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polykill" -version = "1.2.6" +version = "1.3.0" edition = "2021" license = "MIT" authors = ["Bryn Deering"]