From ddaee8de37e01ef711c8f5ce94449fd7582d0a45 Mon Sep 17 00:00:00 2001 From: tarun <7835503+realfresh@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:04:31 +0800 Subject: [PATCH] build: bump version to v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6965c98..84f7129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "gitnr" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 79490cb..f3bf540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitnr" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" readme = "readme.md"