Skip to content

Commit

Permalink
forgot to change version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Mar 20, 2024
1 parent 841e9d2 commit e35491d
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": "drehmal-installer",
"version": "0.5.1",
"version": "0.5.2",
"description": "Drehmal, Minecraft map installer",
"productName": "Drehmal Installer",
"author": "jgaribsin",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/DownloadFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function downloadFile(
// User-Agent: github_username/project_name/1.56.0 (launcher.com)
const options = {
headers: {
'User-Agent': 'Drehmal-Team/installer/0.5.1 (drehmal.net)',
'User-Agent': 'Drehmal-Team/installer/0.5.2 (drehmal.net)',
// 'accept-encoding': 'gzip, deflate, br',
},
};
Expand Down

0 comments on commit e35491d

Please sign in to comment.