From c8cbbc0b9853a8359d768fbf5666c4021ec94056 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Fri, 16 Jun 2023 07:03:57 +0000 Subject: [PATCH] chore: bump version code --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab8ac1f..68a1206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,7 +894,7 @@ dependencies = [ [[package]] name = "crosup" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 621d846..776b9bb 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "crosup" readme = "../../README.md" repository = "https://github.com/tsirysndr/crosup" -version = "0.3.0" +version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html