diff --git a/README.md b/README.md index 36bd3cf..0be1019 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This installs a CLI binary accessible with the `xget` command. ```bash # Check if the xget command has been installed and accessible on your path $ xget -V -v0.5.1 +v0.8.0 ``` ## Usage diff --git a/package.json b/package.json index db7dce4..7215040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libxget", - "version": "0.7.3", + "version": "0.8.0", "description": "Non-interractive, chunk-based, web content retriever", "main": "lib/index.js", "types": "typings/index.d.ts",