Add build status badge and bump version.

I'm doing this simply to have the cleaned-up in the registry.
This commit is contained in:
yamadapc 2014-07-10 00:05:22 -03:00
parent 077b217903
commit 4a227f46c1
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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;