diff --git a/source/colorize/colors.d b/source/colorize/colors.d index a819f80..6a3c869 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: 1.0.1 + * Version: 1.0.2 */ module colorize.colors; diff --git a/source/colorize/cwrite.d b/source/colorize/cwrite.d index d76f617..3d1645d 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: 1.0.1 + * Version: 1.0.2 */ module colorize.cwrite; diff --git a/source/colorize/package.d b/source/colorize/package.d index 2853ce2..4b45dd5 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: 1.0.1 + * Version: 1.0.2 */ module colorize; diff --git a/source/colorize/winterm.d b/source/colorize/winterm.d index 3c52ecc..cbd76d5 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: 1.0.1 + * Version: 1.0.2 */ module colorize.winterm;