# HG changeset patch # User Floris Bruynooghe # Date 1526920095 -7200 # Mon May 21 18:28:15 2018 +0200 # Node ID 07e72fa1f6a37659ebe82ff345d8eaa8d9946da6 # Parent e60223d01fe57930614b6711e3cbd1853ea529cf Bump version to 1.0 diff --git a/Cargo.lock b/Cargo.lock --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ [[package]] name = "bright" -version = "0.5.0" +version = "1.0.0" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "dbus 0.6.1 (git+https://github.com/diwic/dbus-rs)", diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "bright" -version = "0.5.0" +version = "1.0.0" +description = "Screen backlight control" +homepage = "https://bitbucket.org/flub/bright" authors = ["Floris Bruynooghe "] build = "build.rs"