From 4a227f46c17781ee40b5ecbe08772c4065abc22b Mon Sep 17 00:00:00 2001 From: yamadapc Date: Thu, 10 Jul 2014 00:05:22 -0300 Subject: [PATCH] Add build status badge and bump version. I'm doing this simply to have the cleaned-up in the registry. --- README.md | 2 ++ source/colorize.d | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;