From e664a6afc09d24279fa79e871e55128b8b07a1b1 Mon Sep 17 00:00:00 2001 From: Tianxiang Zhang Date: Fri, 26 Aug 2016 11:10:15 -0500 Subject: [PATCH] - Add CI build status to README file. - Rev version to 1.2.3 --- README.md | 4 +++- bower.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17dd849..2455d0f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # paper-tags-input -Polymer element for tags input. +[![Travis](https://img.shields.io/travis/cheonhyangzhang/paper-tags-input.svg?style=flat)](https://travis-ci.org/cheonhyangzhang/paper-tags-input) + +Polymer element for tags input. paper-tags-input is a list of tags with a single-line text field with Material Design styling. diff --git a/bower.json b/bower.json index 9105b77..ee8e624 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "paper-tags-input", - "version": "1.2.2", + "version": "1.2.3", "authors": [ "Tianxiang Zhang " ],