From 506f046b8b3882567bb589de574373c9c0f310c2 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 21 Nov 2016 20:33:39 -0500 Subject: [PATCH] termcolor-0.1.1 --- termcolor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termcolor/Cargo.toml b/termcolor/Cargo.toml index 2814a6a..0f92c7f 100644 --- a/termcolor/Cargo.toml +++ b/termcolor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termcolor" -version = "0.1.0" #:version +version = "0.1.1" #:version authors = ["Andrew Gallant "] description = """ A simple cross platform library for writing colored text to a terminal.