From fddd1777bfa602c102649a04647036d75152b2e9 Mon Sep 17 00:00:00 2001 From: Felix Ortmann Date: Sun, 27 Dec 2020 12:48:15 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9e3d85..00ec6e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "batalert" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 19a682b..1eb29c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "batalert" -version = "0.1.0" +version = "0.2.0" authors = ["Felix Ortmann "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index cc55389..d50d3e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 ") .about("Sends D-Bus notification when battery runs low.") .arg(