🔖 v0.1.3

This commit is contained in:
e3b 2020-01-04 23:50:44 +01:00
parent 2190524a38
commit e8957f0c60
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -103,7 +103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rot8"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "rot8"
version = "0.1.2"
version = "0.1.3"
authors = ["efernau <e.fernau@efero.de>", "deadly_platypus <mail@geth.systems>"]
license = "MIT"
description = "automatic display rotation using built-in accelerometer"

View File

@ -191,7 +191,7 @@ fn main() -> Result<(), String> {
Backend::Xorg => { /* Keyboard disabling in Xorg is not supported yet */ }
}
let cmd_lines = App::new("rot8").version("0.1.1").args(&args);
let cmd_lines = App::new("rot8").version("0.1.3").args(&args);
let matches = cmd_lines.get_matches();