Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Niweera committed Apr 6, 2022
1 parent 94aaacc commit 2472625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "niwder-api",
"version": "0.1.3",
"version": "0.1.1",
"description": "API for Niwder; Download, upload, and go wild with Mega, Google Drive and direct download links.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/worker/WGETService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class WGETService {
"-q",
"--show-progress",
"--progress",
"bar:force:noscroll",
"bar:force",
]);

wget.stdout.on("data", (data) => {
Expand Down

0 comments on commit 2472625

Please sign in to comment.