Skip to content

Commit ca46251

Browse files
committed
chore: release version 0.0.5
1 parent 2b828d6 commit ca46251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@muchobien/env-cmd",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Load environment variables from .env file and execute commands",
55
"license": "MIT",
66
"scripts": {

npm/postinstall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function getBinaryUrl(): Promise<URL> {
5050

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

5656
return targetUrl;

0 commit comments

Comments
 (0)