From 0b365781a8ddbea40ec3259e5bf0435c9aebc0a6 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:57:41 -0700 Subject: Bump version to Bun v0.7.0 --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quickstart.md') diff --git a/docs/quickstart.md b/docs/quickstart.md index 1a5aa657c..156e1145b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -64,7 +64,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr + "start": "bun run index.ts" + }, "devDependencies": { - "bun-types": "^0.4.0" + "bun-types": "^0.7.0" } } ``` -- cgit v1.2.3