From f8d8cef560670e05bec66ac714fc774d9d9bff7c Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:10:33 +0200 Subject: [PATCH] feat: v0.1.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0401d95..67d631b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "hop_cli" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 64c8f3c..50a995a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop_cli" -version = "0.1.14" +version = "0.1.15" edition = "2021" license = "MPL-2.0" authors = ["Hop Inc."]