Skip to content

Commit

Permalink
Release version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk committed Feb 17, 2021
1 parent 3db047e commit ab7ce1b
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.6"
version = "0.0.7"
authors = ["davidk"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use rpassword::prompt_password_stdout;

fn main() {
let options = App::new("WifiQR")
.version("0.0.6")
.version("0.0.7")
.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 ab7ce1b

Please sign in to comment.