Skip to content

Commit

Permalink
Bump version to 0.0.4 for Actions based releases
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk committed Sep 15, 2019
1 parent 9a4ad6c commit a865398
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 = "wifiqr"
version = "0.0.3"
version = "0.0.4"
authors = ["davidk <kdavid@gmail.com>"]
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 @@ -7,7 +7,7 @@ use clap::{App, Arg, ArgGroup};

fn main() {
let options = App::new("WifiQR")
.version("0.0.3")
.version("0.0.4")
.about("Encode your wi-fi credentials as a scannable QR code")
.author("davidk")
.usage("wifiqr [ --ssid (ssid) ] [ --password (password) | --ask ]
Expand Down

0 comments on commit a865398

Please sign in to comment.