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]]
|
[[package]]
|
||||||
name = "batalert"
|
name = "batalert"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "batalert"
|
name = "batalert"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Felix Ortmann <flx.ortmann@gmail.com>"]
|
authors = ["Felix Ortmann <flx.ortmann@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ use std::time::Duration;
|
||||||
fn main() {
|
fn main() {
|
||||||
// parse CLI options
|
// parse CLI options
|
||||||
let matches = App::new("batalert")
|
let matches = App::new("batalert")
|
||||||
.version("0.1.0")
|
.version("0.2.0")
|
||||||
.author("Felix Ortmann <flx.ortmann@gmail.com>")
|
.author("Felix Ortmann <flx.ortmann@gmail.com>")
|
||||||
.about("Sends D-Bus notification when battery runs low.")
|
.about("Sends D-Bus notification when battery runs low.")
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Reference in a new issue