From 52cadaf1dc72dcbe10635dd73d22d475431cf5a9 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Thu, 13 Jul 2017 10:44:39 -0500 Subject: [PATCH] (cargo-release) version 2.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f671efd..aa180bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "project_init" -version = "2.3.2" +version = "2.3.3" dependencies = [ "case 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+/~https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d93e2b4..7fa9b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "project_init" -version = "2.3.2" +version = "2.3.3" authors = ["Vanessa McHale "] description = "Initialize projects from a template. Fast" license-file = "LICENSE"