From f23c6654a213ff003191a04dcaafe2b4656c7bd7 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 30 Mar 2018 17:22:15 -0300 Subject: [PATCH] 1.0.1 --- README.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92d87bc..28f4efb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ten Percent +[![GitHub license](https://img.shields.io/github/license/greatislander/tenpercent.svg)](https://github.com/greatislander/tenpercent/blob/master/LICENSE.md) ![Codeship](https://img.shields.io/codeship/d28115150-1682-0136-0129-16efa7467c65/master.svg) + Ten Percent (l10n percent) is a Node.js microservice which uses the [Transifex REST API](https://docs.transifex.com/api/introduction) to retrieve the localization status of a given Transifex resource. I made Ten Percent so that I could use a [Shields.io dynamic badge](http://shields.io/#dynamic-badge) to display the localization status of the [Pressbooks](https://github.com/pressbooks/pressbooks) Open Source project's resources and encourage ongoing localization efforts. Hopefully others will find it useful for their projects as well. ## Requirements diff --git a/package-lock.json b/package-lock.json index 89d42c6..0889df0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tenpercent", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8526b9..bd487a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tenpercent", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "repository": "greatislander/tenpercent", "scripts": { "start": "micro",