Skip to content

Commit

Permalink
chore: release version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KROSF committed Aug 19, 2022
1 parent 2b828d6 commit ca46251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muchobien/env-cmd",
"version": "0.0.4",
"version": "0.0.5",
"description": "Load environment variables from .env file and execute commands",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion npm/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function getBinaryUrl(): Promise<URL> {

const { arch, platform } = getArchPlatform();
const targetUrl = new URL(
`https://github.com/pocketbase/pocketbase/releases/download/v${version}/pocketbase_${version}_${platform.platform}_${arch}${platform.extension}`
`https://github.com/muchobien/env-cmd/releases/download/v${version}/env-cmd_${version}_${platform.platform}_${arch}${platform.extension}`
);

return targetUrl;
Expand Down

0 comments on commit ca46251

Please sign in to comment.