From 705014c87ea42947ca59a168a6622f7a819dd52f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 24 Jun 2020 03:44:11 -0700 Subject: [PATCH] Release v0.1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 0.1.9 → 0.1.10 type: release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8165b69..73a1536d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "imdl" -version = "0.1.9" +version = "0.1.10" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index d12ee7c2..5656a3ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imdl" -version = "0.1.9" +version = "0.1.10" description = "📦 A 40' shipping container for the internet" authors = ["Casey Rodarmor "] license = "CC0-1.0"