aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-30 23:22:35 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-30 23:22:35 -0700
commit4ecf5136626dae34ea1e3f74a69b040f193c0e3a (patch)
treedc5e794bfc1405024159668627ae0d150b79b7bb /packages
parent76b450386f3049cbfd1597975ff58ec23efdf4e0 (diff)
downloadbun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.tar.gz
bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.tar.zst
bun-4ecf5136626dae34ea1e3f74a69b040f193c0e3a.zip
Bump version
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 60b0903a1..a3c9d2379 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.26"
+ "version": "0.0.27"
}
diff --git a/packages/bun-cli/package.json b/packages/bun-cli/package.json
index d43674461..609dcdc6e 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.26"
+ "version": "0.0.27"
}