From 8e74a4dd953d5642a64197fbc52657545f6ebaa5 Mon Sep 17 00:00:00 2001 From: Anton Wilhelm Date: Sun, 21 Sep 2014 22:13:07 +0200 Subject: [PATCH] bump version --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 545a392..672c459 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.1.5 / 2014-09-21 +================== + +- test with real http request for github API +- show more infos about github rate limit in the console 1.1.4 / 2014-04-26 ================== diff --git a/package.json b/package.json index 4e3e8fa..d0d4b88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remotes", "description": "Normalize remote end points", - "version": "1.1.4", + "version": "1.1.5", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com",