Skip to content

Commit db40da2

Browse files
committed
Bump version
1 parent 99546b3 commit db40da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "email-explorer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A self-hosted, serverless worker for sending and receiving emails on Cloudflare",
55
"scripts": {
66
"build": "tsup src/index.ts --format esm --external cloudflare:workers --external cloudflare:email --dts && cp -R ../dashboard/dist/ dashboard/ && cp ../../README.md . && cp ../../LICENSE .",

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "wrangler dev"
99
},
1010
"dependencies": {
11-
"email-explorer": "^1.0.3"
11+
"email-explorer": "^1.0.4"
1212
},
1313
"devDependencies": {
1414
"typescript": "5.9.3",

0 commit comments

Comments
 (0)