From 614833e4447154e3cca2b917b48d6a3887f2079e Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Sat, 6 Nov 2021 15:52:25 +0100 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f00fe9..d458bbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -750,7 +750,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pipr" -version = "0.0.15" +version = "0.0.16" dependencies = [ "ansi-parser", "atty", diff --git a/Cargo.toml b/Cargo.toml index f5103c7..d97206e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pipr" -version = "0.0.15" +version = "0.0.16" authors = ["Leon Kowarschick"] edition = "2018" license = "MIT"