From 74c9843b7328cc1a6e150150025ae29f5664d2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Thu, 14 Jan 2016 13:23:18 +0200 Subject: [PATCH] Adding badges --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af26c99..8cce45d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![cobol](http://i.imgur.com/DutRzDr.png)](#) -# cobol [![Support this project][donate-now]][paypal-donations] +# cobol [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/cobol.svg)](https://www.npmjs.com/package/cobol) [![Downloads](https://img.shields.io/npm/dt/cobol.svg)](https://www.npmjs.com/package/cobol) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github) -COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS. +> COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS. ## Can I use this on production? diff --git a/package.json b/package.json index 8f6230e..ab4292d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cobol", - "version": "1.5.0", + "version": "1.5.1", "description": "COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.", "main": "lib/index.js", "directories": {