Skip to content

Commit

Permalink
Fix small thing
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Dec 12, 2023
1 parent 330010b commit f563a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/altv-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ async function fetchJsonData(url, headers) {
throw new Error('Failed to download latest')
}

return response.json();
}

async function start() {
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": "altv-pkg",
"version": "2.7.3",
"version": "2.7.4",
"description": "Install alt:V Binaries Quickly",
"main": "bin/index.js",
"author": "Stuyk & alt:V Team",
Expand Down

0 comments on commit f563a67

Please sign in to comment.