From b4a23ba7cf4899a8963db42cc4cb2de7ce81fac8 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Sun, 13 Jul 2014 17:18:02 -0300 Subject: [PATCH] Fix the version in the source code. I won't republish the package, just because of this, but it's nice to keep things in sync. --- source/colorize.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/colorize.d b/source/colorize.d index 7b2e123..ae707c6 100644 --- a/source/colorize.d +++ b/source/colorize.d @@ -2,7 +2,7 @@ * Authors: Pedro Tacla Yamada * Date: June 9, 2014 * License: Licensed under the MIT license. See LICENSE for more information - * Version: 0.0.2 + * Version: 0.1.0 */ import std.string : format;