diff options
author | 2022-09-23 09:04:04 -0700 | |
---|---|---|
committer | 2022-09-25 13:14:23 -0700 | |
commit | 1cd67b62e9d012c02d1534accf295014469be7e6 (patch) | |
tree | c3b6c1c6cd81448b844e71ac1b1dfd1e0f64b032 | |
parent | ffde9f7842e6e7dbc9c4120570f0c534b173852e (diff) | |
download | bun-1cd67b62e9d012c02d1534accf295014469be7e6.tar.gz bun-1cd67b62e9d012c02d1534accf295014469be7e6.tar.zst bun-1cd67b62e9d012c02d1534accf295014469be7e6.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", |