From 9275b0dd9f3bf73c964085966f56b23682734089 Mon Sep 17 00:00:00 2001 From: Alessio Biancalana Date: Tue, 1 Mar 2022 11:46:36 +0100 Subject: [PATCH] Bump to version 1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6169c76..97b6331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,7 +524,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "photofinish" -version = "1.0.0" +version = "1.0.3" dependencies = [ "clap", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 1c48f90..4913031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "photofinish" -version = "1.0.0" +version = "1.0.3" edition = "2018" [dependencies] diff --git a/src/main.rs b/src/main.rs index e93a637..8168618 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ mod run; #[tokio::main] async fn main() { let options = App::new("photofinish") - .version("1.0.0") + .version("1.0.3") .subcommand(App::new("list").about("list available event sets")) .subcommand( App::new("run")