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": {