diff --git a/frontend/package.json b/frontend/package.json index 3e9d397c..7086876e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare_temp_email", - "version": "0.10.9", + "version": "0.10.0", "private": true, "type": "module", "scripts": { diff --git a/pages/package.json b/pages/package.json index a5c8a47a..4c7e872b 100644 --- a/pages/package.json +++ b/pages/package.json @@ -1,6 +1,6 @@ { "name": "temp-email-pages", - "version": "0.10.9", + "version": "0.10.0", "description": "", "main": "index.js", "scripts": { diff --git a/vitepress-docs/package.json b/vitepress-docs/package.json index 8c2c0bd8..e809d890 100644 --- a/vitepress-docs/package.json +++ b/vitepress-docs/package.json @@ -1,7 +1,7 @@ { "name": "temp-mail-docs", "private": true, - "version": "0.10.9", + "version": "0.10.0", "type": "module", "devDependencies": { "@types/node": "^22.14.1", diff --git a/worker/package.json b/worker/package.json index b623a9bc..2d62d0fe 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare_temp_email", - "version": "0.10.9", + "version": "0.10.0", "private": true, "type": "module", "scripts": { diff --git a/worker/src/constants.ts b/worker/src/constants.ts index a16d3e40..228b68a1 100644 --- a/worker/src/constants.ts +++ b/worker/src/constants.ts @@ -1,5 +1,5 @@ export const CONSTANTS = { - VERSION: 'v' + '0.10.9', + VERSION: 'v' + '0.10.0', // DB settings ADDRESS_BLOCK_LIST_KEY: 'address_block_list',