From f6cd01499bcf8ff5c0fe2efd44cb9f29693737b1 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 27 Apr 2015 17:33:36 +0200 Subject: [PATCH] v1.2.1: Fix tips button in README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0357d1..1d90508 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A sane HTTP client library for Node.js with Streams2 support. -![](//img.shields.io/gratipay/joepie91.svg) +[![](//img.shields.io/gratipay/joepie91.svg)](https://gratipay.com/joepie91) ## Why bhttp? diff --git a/package.json b/package.json index 34b9b43..8c7c8a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bhttp", - "version": "1.2.0", + "version": "1.2.1", "description": "A sane HTTP client library for Node.js with Streams2 support.", "main": "index.js", "scripts": {