diff --git a/README.md b/README.md index f4d18da..c50448e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Bark-Worker is a [Bark-Server](https://github.com/Finb/bark-server) implenmentio ## Setup > [!NOTE] -> Select one, D1 or KV Version are both available. D1 Version is recommended for its higher usage than KV Version. However, Cloudflare D1 is still in `beta`, which is unstable, use at your own risk. +> Select one, D1 or KV Version are both available. D1 Version is recommended for its higher usage than KV Version diff --git a/README.zh.md b/README.zh.md index 2abbf29..2c3e39f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -25,7 +25,7 @@ Bark-Worker 是一个 [Bark-Server](https://github.com/Finb/bark-server) 在 Clo ## 部署 > [!NOTE] -> 从D1版本和KV版本中选择一个. 更推荐D1版本, D1版本的额度更高. 但是Cloudflare D1还在Beta, 可能不稳定, 使用风险自负. +> 从D1版本和KV版本中选择一个. 更推荐D1版本, D1版本的额度更高. diff --git a/main.js b/main.js index ff58b2c..5f0e331 100644 --- a/main.js +++ b/main.js @@ -91,9 +91,9 @@ async function handleRequest(request, env, ctx) { class Handler { constructor(env) { this.version = "v2.1.0" - this.build = "2024-03-12 12:36:20" + this.build = "2024-04-12 20:57:41" this.arch = "js" - this.commit = "50e5d8a5ffe6fd8e7ccc4cc28e0fcd4d1656febb" + this.commit = "6f65b864b763e727ae741a4b9e0431becfeff4aa" const db = new Database(env) diff --git a/main_d1.js b/main_d1.js index 16868fc..0f05d52 100644 --- a/main_d1.js +++ b/main_d1.js @@ -91,9 +91,9 @@ async function handleRequest(request, env, ctx) { class Handler { constructor(env) { this.version = "v2.1.0" - this.build = "2024-03-12 12:36:20" + this.build = "2024-04-12 20:57:41" this.arch = "js" - this.commit = "50e5d8a5ffe6fd8e7ccc4cc28e0fcd4d1656febb" + this.commit = "6f65b864b763e727ae741a4b9e0431becfeff4aa" const db = new Database(env)