From 05107daa5a18b7f5218b2b483d493964bd3777dc Mon Sep 17 00:00:00 2001 From: yamadapc Date: Fri, 1 Aug 2014 04:19:55 -0300 Subject: [PATCH] Update version number headers in the files. This is a good practice. I'd forgotten to update them on the version bumps, but will hopefully start to do so, from now on. --- source/colorize/colors.d | 2 +- source/colorize/cwrite.d | 2 +- source/colorize/package.d | 2 +- source/colorize/winterm.d | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/colorize/colors.d b/source/colorize/colors.d index 7a4e8c2..a819f80 100644 --- a/source/colorize/colors.d +++ b/source/colorize/colors.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.1.0 + * Version: 1.0.1 */ module colorize.colors; diff --git a/source/colorize/cwrite.d b/source/colorize/cwrite.d index eec7944..d76f617 100644 --- a/source/colorize/cwrite.d +++ b/source/colorize/cwrite.d @@ -2,7 +2,7 @@ * Authors: ponce * Date: July 28, 2014 * License: Licensed under the MIT license. See LICENSE for more information - * Version: 0.1.0 + * Version: 1.0.1 */ module colorize.cwrite; diff --git a/source/colorize/package.d b/source/colorize/package.d index d8a86f6..2853ce2 100644 --- a/source/colorize/package.d +++ b/source/colorize/package.d @@ -2,7 +2,7 @@ * Authors: ponce * Date: July 28, 2014 * License: Licensed under the MIT license. See LICENSE for more information - * Version: 0.1.0 + * Version: 1.0.1 */ module colorize; diff --git a/source/colorize/winterm.d b/source/colorize/winterm.d index 6020595..3c52ecc 100644 --- a/source/colorize/winterm.d +++ b/source/colorize/winterm.d @@ -2,7 +2,7 @@ * Authors: ponce * Date: July 28, 2014 * License: Licensed under the MIT license. See LICENSE for more information - * Version: 0.1.0 + * Version: 1.0.1 */ module colorize.winterm;