aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-id2
-rw-r--r--packages/bun-cli-darwin-x64/package.json2
-rw-r--r--packages/bun-cli/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/build-id b/build-id
index f04c001f3..64bb6b746 100644
--- a/build-id
+++ b/build-id
@@ -1 +1 @@
-29
+30
diff --git a/packages/bun-cli-darwin-x64/package.json b/packages/bun-cli-darwin-x64/package.json
index 7d6868061..947d688e7 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.28"
+ "version": "0.0.30"
}
diff --git a/packages/bun-cli/package.json b/packages/bun-cli/package.json
index d65a6ed64..845f93e52 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.28"
+ "version": "0.0.30"
}