diff --git a/README.md b/README.md index fb00af0..2244bbd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ d-colorize ==================== +[![Build Status](https://travis-ci.org/yamadapc/d-colorize.svg?branch=master)](https://travis-ci.org/yamadapc/d-colorize) +- - - A partial port of Ruby's [colorize](https://github.com/fazibear/colorize) library to D. diff --git a/source/colorize.d b/source/colorize.d index c823204..6b371da 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.1 + * Version: 0.0.2 */ import std.string : format;