From d6a546c8016c9f67533903f00a52332c3f5c6da1 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sun, 4 Dec 2016 01:57:31 +0000 Subject: [PATCH] tweak name, add readme badges --- README.md | 4 +++- build.sbt | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78e2755..66e6e2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # strings -[![Maven Central](https://img.shields.io/maven-central/v/org.hammerlab/strings_2.11.svg?maxAge=600)](http://search.maven.org/#search%7Cga%7C1%7Cstrings) +[![Build Status](https://travis-ci.org/hammerlab/string-utils.svg?branch=master)](https://travis-ci.org/hammerlab/string-utils) +[![Coverage Status](https://coveralls.io/repos/github/hammerlab/string-utils/badge.svg)](https://coveralls.io/github/hammerlab/string-utils) +[![Maven Central](https://img.shields.io/maven-central/v/org.hammerlab/string-utils_2.11.svg?maxAge=600)](http://search.maven.org/#search%7Cga%7C1%7Cstring-utils) String/CSV utilities: - `org.hammerlab.strings.TruncatedToString`: interface for classes that can render themselves as an `Iterator[String]` to display a `.toString()` with a maximum number of characters. diff --git a/build.sbt b/build.sbt index 64f0ab6..25728e3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,2 +1,2 @@ -name := "strings" -version := "1.0.0-SNAPSHOT" +name := "string-utils" +version := "1.0.0"