diff options
author | 2021-09-17 14:25:28 -0700 | |
---|---|---|
committer | 2021-09-17 14:25:28 -0700 | |
commit | 6621de709e92caa3d3581280e4c3de83c4f0e0f4 (patch) | |
tree | 748f150ec7bb8c42a2794370c54606c8854fe4b2 | |
parent | 98e9b93b7ef0ad5c99461cd58c58e7cccece73e8 (diff) | |
download | bun-6621de709e92caa3d3581280e4c3de83c4f0e0f4.tar.gz bun-6621de709e92caa3d3581280e4c3de83c4f0e0f4.tar.zst bun-6621de709e92caa3d3581280e4c3de83c4f0e0f4.zip |
Commit previosu bumpbun-v0.0.18
-rw-r--r-- | packages/bun-cli-darwin-x64/package.json | 2 | ||||
-rw-r--r-- | packages/bun-cli/package.json | 2 |
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 9d4c55846..ca2b99d93 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.16" + "version": "0.0.17" } diff --git a/packages/bun-cli/package.json b/packages/bun-cli/package.json index 5f3059495..7bebc3001 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.16" + "version": "0.0.17" } |