Skip to content

Commit

Permalink
Merge pull request #11 from peccu/bump-v0.5.0
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
peccu authored Oct 7, 2022
2 parents 10b51d4 + 688b0d1 commit f935c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preview-image-folder"
version = "0.1.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub struct AppParam {

fn parse_arg() -> AppParam {
let matches = App::new("Preview Image Folder with auto refresh.")
.version("0.1")
.version("0.5.0")
.about("Show images in specified folder and refresh when images in folder is updated.")
.arg(
Arg::with_name("host")
Expand Down

0 comments on commit f935c8d

Please sign in to comment.