Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk committed Mar 29, 2020
1 parent 83560e4 commit d5cf52c
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.5"
version = "0.0.6"
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 @@ -7,7 +7,7 @@ use clap::{App, Arg, ArgGroup};

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

Please sign in to comment.