From d071f5df66969c5bd033431ff9a1f4eb2ef0163a Mon Sep 17 00:00:00 2001 From: Zach Silveira Date: Fri, 23 Dec 2016 14:41:34 -0500 Subject: [PATCH] Version bump for partials --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1b0101..fc9cd95 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ async function TestRequest() { } ``` -##Why Legible? +##Partial Requests **New in 0.2.0!** diff --git a/package.json b/package.json index 8fd3531..b79ebfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "legible", - "version": "0.1.0", + "version": "0.2.0", "description": "cleanly code your api requests", "main": "dist/index.js", "scripts": {