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;