Skip to content

Commit

Permalink
0.8.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Jul 2, 2020
1 parent 9647803 commit 74b7c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
v0.8.0-1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libxget",
"version": "0.8.0",
"version": "0.8.0-1",
"description": "Non-interractive, chunk-based, web content retriever",
"main": "lib/index.js",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 74b7c9d

Please sign in to comment.