push version to 0.2.3

This commit is contained in:
Sebastian Hugentobler 2017-03-23 15:28:31 +01:00
parent e396d2f006
commit 2e01244401
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "gog-sync"
version = "0.2.2"
version = "0.2.3"
authors = ["Sebastian Hugentobler <sebastian@vanwa.ch>"]
description = "Synchronizes a GOG library with a local folder."
documentation = "https://docs.rs/crate/gog-sync"

View File

@ -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 <sebastian@vanwa.ch>")
.about("Synchronizes your gog library to a local folder.")
.arg(Arg::with_name("game-storage")