From 040da29e20ec4f467ec8eb76247dc343ed88ddb4 Mon Sep 17 00:00:00 2001 From: Jessica Stokes Date: Tue, 5 Sep 2023 09:16:35 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20to=20v0.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bc1b99..b77521f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "lnshot" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 54243f7..7f77d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lnshot" -version = "0.1.2" +version = "0.1.3" repository = "https://github.com/ticky/lnshot" edition = "2021"