Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Apr 6, 2024
1 parent 53cdc37 commit 96e31c2
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": "1.0.0",
"version": "1.0.1",
"description": "Drehmal, Minecraft map installer",
"productName": "Drehmal Installer",
"author": "Primordial Team",
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/1.0.0 (drehmal.net)',
'User-Agent': 'Drehmal-Team/installer/1.0.1 (drehmal.net)',
// 'accept-encoding': 'gzip, deflate, br',
},
};
Expand Down

0 comments on commit 96e31c2

Please sign in to comment.