diff options
author | 2022-09-23 09:04:04 -0700 | |
---|---|---|
committer | 2022-09-23 09:04:04 -0700 | |
commit | 86efa17895252d2ef6a661dcdd1f92e9e7030c8a (patch) | |
tree | 738e56ec1b126c48036944ea7bec020fcdfc6015 | |
parent | 68f45ef54ed722a54098110765c4963db5eceed7 (diff) | |
download | bun-86efa17895252d2ef6a661dcdd1f92e9e7030c8a.tar.gz bun-86efa17895252d2ef6a661dcdd1f92e9e7030c8a.tar.zst bun-86efa17895252d2ef6a661dcdd1f92e9e7030c8a.zip |
Update package.json
-rw-r--r-- | packages/bun-framework-next/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index a1b035391..a06294ba5 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -1,6 +1,6 @@ { "name": "bun-framework-next", - "version": "12.2.4", + "version": "12.2.5", "main": "empty.js", "repository": "https://github.com/oven-sh/bun", "module": "empty.js", |