From d132916d8c23bcfbc75aa75ee589e17294411f86 Mon Sep 17 00:00:00 2001 From: Bryn Deering Date: Thu, 15 Jun 2023 20:35:22 -0400 Subject: [PATCH] Updated version (1.2.1) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e2b3a2..00445e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,7 +412,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "polykill" -version = "1.2.0" +version = "1.2.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 55abb44..3aa788e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polykill" -version = "1.2.0" +version = "1.2.1" edition = "2021" license = "MIT" authors = ["Bryn Deering"]