Merge branch 'master' into 4-support-movies
This commit is contained in:
commit
e58fdd3024
@ -1,3 +1,6 @@
|
|||||||
|
## 0.2.2 (2017-03-22)
|
||||||
|
- default value for storage config (fixes #6)
|
||||||
|
|
||||||
## 0.2.1 (2017-03-21)
|
## 0.2.1 (2017-03-21)
|
||||||
- add instructions for getting the code if there is no token
|
- add instructions for getting the code if there is no token
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "gog-sync"
|
name = "gog-sync"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Sebastian Hugentobler <sebastian@vanwa.ch>"]
|
authors = ["Sebastian Hugentobler <sebastian@vanwa.ch>"]
|
||||||
description = "Synchronizes a GOG library with a local folder."
|
description = "Synchronizes a GOG library with a local folder."
|
||||||
documentation = "https://docs.rs/crate/gog-sync"
|
documentation = "https://docs.rs/crate/gog-sync"
|
||||||
|
@ -43,7 +43,7 @@ fn main() {
|
|||||||
env_logger::init().unwrap();
|
env_logger::init().unwrap();
|
||||||
|
|
||||||
let matches = App::new("Gog Synchronizer")
|
let matches = App::new("Gog Synchronizer")
|
||||||
.version("0.2.1")
|
.version("0.2.2")
|
||||||
.author("Sebastian Hugentobler <sebastian@vanwa.ch>")
|
.author("Sebastian Hugentobler <sebastian@vanwa.ch>")
|
||||||
.about("Synchronizes your gog library to a local folder.")
|
.about("Synchronizes your gog library to a local folder.")
|
||||||
.arg(Arg::with_name("storage")
|
.arg(Arg::with_name("storage")
|
||||||
|
Loading…
Reference in New Issue
Block a user