From 3bbd9c1b3a5cd50d102a0c899ef603ff5675ea8f Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 30 May 2023 07:41:47 +0000 Subject: [PATCH] chore: bump version code --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d29474..917adae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "crosup" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index eea7f9f..e2a8427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "crosup" readme = "README.md" repository = "https://github.com/tsirysndr/crosup" -version = "0.1.0" +version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html