From 5b6aee83f3c67a69204f56a5995da2153d9cee8a Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Mon, 10 Oct 2022 22:24:17 -0400 Subject: [PATCH] Prepare v0.1.2 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a0e83c..2e026a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spytools" -version = "0.1.1" +version = "0.1.2" authors = ["Julia Evans ", "Ben Frederickson ", "Adam Jensen "] description = "Tools for spying on running processes" license = "MIT"