1
0
Fork 0

Bump version to 0.2.0

This commit is contained in:
Daniele Tricoli 2018-11-21 01:30:43 +01:00
parent fdee226b25
commit e239bd5024
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -64,7 +64,7 @@ dependencies = [
[[package]]
name = "conf-form"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "conf-form"
version = "0.1.0"
version = "0.2.0"
authors = ["Daniele Tricoli <eriol@mornie.org>"]
license = "BSD-3"
readme = "README.md"