Skip to content

Commit

Permalink
Bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Mar 1, 2022
1 parent 5eabe59 commit 9275b0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "photofinish"
version = "1.0.0"
version = "1.0.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9275b0d

Please sign in to comment.