diff --git a/README.md b/README.md index 789b05f..b3b7aca 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It’s easier to show than tell so let’s get to it! The following command will Run `surge --help` to see the following overview of the `surge` command... ``` - Surge – Single-command web publishing. (v0.17.4) + Surge – Single-command web publishing. (v0.17.6) Usage: surge [options] diff --git a/package.json b/package.json index 339faab..e44c914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surge", - "version": "0.17.5", + "version": "0.17.6", "description": "CDN for front-end developers", "author": "Brock Whitten ", "bin": "./lib/cli.js",