From d85d81c1b71362a6b6048935d801f7d2ccbcf0f9 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 14 Aug 2018 16:16:34 -0500 Subject: [PATCH] MAINT: Bump Version to 0.1.6. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d05b232..2e11d23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "ucg" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bencher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7e74e29..991294b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.1.5" +version = "0.1.6" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"