aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-25 02:12:01 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-25 02:12:01 -0700
commitd0fec462c9eb644c69ffb450671b1036fe5a9b03 (patch)
treec4a042ce97bd7e8fb044bab00cb5ab0e392075b2 /packages
parent20e2040e7e8cf2cd1ac2607f97fab8fd52193529 (diff)
downloadbun-d0fec462c9eb644c69ffb450671b1036fe5a9b03.tar.gz
bun-d0fec462c9eb644c69ffb450671b1036fe5a9b03.tar.zst
bun-d0fec462c9eb644c69ffb450671b1036fe5a9b03.zip
Snapshots & package.json
Diffstat (limited to 'packages')
-rw-r--r--packages/bun-cli-darwin-x64/package.json2
-rw-r--r--packages/bun-cli/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/bun-cli-darwin-x64/package.json b/packages/bun-cli-darwin-x64/package.json
index ed3bd9705..d05306b81 100644
--- a/packages/bun-cli-darwin-x64/package.json
+++ b/packages/bun-cli-darwin-x64/package.json
@@ -4,5 +4,5 @@
},
"name": "bun-cli-darwin-x64",
"repository": "https://github.com/jarred-sumner/bun",
- "version": "0.0.20"
+ "version": "0.0.24"
}
diff --git a/packages/bun-cli/package.json b/packages/bun-cli/package.json
index 104074291..9978135e6 100644
--- a/packages/bun-cli/package.json
+++ b/packages/bun-cli/package.json
@@ -9,5 +9,5 @@
"postinstall": "node postinstall.js",
"prepublishOnly": "rm -rf ./bin/bun; chmod +x ./reset-bin.js; cp ./reset-bin.js ./bin/bun"
},
- "version": "0.0.20"
+ "version": "0.0.24"
}