Bump version

This commit is contained in:
Felix Ortmann 2020-12-27 12:48:15 +01:00
parent fadbd78055
commit fddd1777bf
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -46,7 +46,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batalert"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"clap",
"crossbeam-channel",

View file

@ -1,6 +1,6 @@
[package]
name = "batalert"
version = "0.1.0"
version = "0.2.0"
authors = ["Felix Ortmann <flx.ortmann@gmail.com>"]
edition = "2018"

View file

@ -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(