diff options
author | 2021-08-31 15:05:18 -0700 | |
---|---|---|
committer | 2021-08-31 15:05:18 -0700 | |
commit | 00c5e07b56e376ec7ca265e3c40ce313f4072678 (patch) | |
tree | 3eabe8b2ee636e2692243845fd12f41c52c0fe2f | |
parent | 6a5f34a6bc0546a8f17b8fc0af7688a831a797ad (diff) | |
download | bun-00c5e07b56e376ec7ca265e3c40ce313f4072678.tar.gz bun-00c5e07b56e376ec7ca265e3c40ce313f4072678.tar.zst bun-00c5e07b56e376ec7ca265e3c40ce313f4072678.zip |
v0.0.0-14
Former-commit-id: 0fa9174e701e4afbfba6ec18edda25578442a7c2
-rw-r--r-- | examples/hello-next/bun-framework-next/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-next/bun-framework-next/package.json b/examples/hello-next/bun-framework-next/package.json index 43286aaed..977bac4cc 100644 --- a/examples/hello-next/bun-framework-next/package.json +++ b/examples/hello-next/bun-framework-next/package.json @@ -1,6 +1,6 @@ { "name": "bun-framework-next", - "version": "0.0.0-13", + "version": "0.0.0-14", "description": "", "framework": { "static": "public", |