Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nistvan86 committed Aug 19, 2020
1 parent 3044a53 commit 21fbdfe
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 = "picm"
version = "0.1.1"
version = "0.1.2"
authors = ["István Nagy <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const WHITE: RGB8 = RGB8 { r: 255, g: 255, b: 255 };
const DISPMANX_LAYER: i32 = 200;

#[derive(Clap)]
#[clap(name="PiCM", version = "0.1.1", author = "István Nagy <[email protected]>")]
#[clap(name="PiCM", version = "0.1.2", author = "István Nagy <[email protected]>")]
struct Opts {
/// .wav or .m3u file pointing to WAV files to be played.
input: String,
Expand Down

0 comments on commit 21fbdfe

Please sign in to comment.