From 2e012444010d5eeae421339398a8a5acbdc706e5 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 23 Mar 2017 15:28:31 +0100 Subject: [PATCH] push version to 0.2.3 --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5d33ed1..99c63bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gog-sync" -version = "0.2.2" +version = "0.2.3" authors = ["Sebastian Hugentobler "] description = "Synchronizes a GOG library with a local folder." documentation = "https://docs.rs/crate/gog-sync" diff --git a/src/main.rs b/src/main.rs index 34488fe..d9304cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,7 +28,7 @@ fn main() { env_logger::init().unwrap(); let matches = App::new("Gog Synchronizer") - .version("0.2.2") + .version("0.2.3") .author("Sebastian Hugentobler ") .about("Synchronizes your gog library to a local folder.") .arg(Arg::with_name("game-storage")