Bump version
This commit is contained in:
parent
fadbd78055
commit
fddd1777bf
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -46,7 +46,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|||
|
||||
[[package]]
|
||||
name = "batalert"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"crossbeam-channel",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "batalert"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Felix Ortmann <flx.ortmann@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ use std::time::Duration;
|
|||
fn main() {
|
||||
// parse CLI options
|
||||
let matches = App::new("batalert")
|
||||
.version("0.1.0")
|
||||
.version("0.2.0")
|
||||
.author("Felix Ortmann <flx.ortmann@gmail.com>")
|
||||
.about("Sends D-Bus notification when battery runs low.")
|
||||
.arg(
|
||||
|
|
Reference in a new issue