Skip to content

Commit 43dda65

Browse files
guo-yuclaude
andcommitted
v1.1.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1e62b31 commit 43dda65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mails",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Email infrastructure for AI agents",
55
"type": "module",
66
"main": "dist/index.js",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function main() {
3535
case 'version':
3636
case '--version':
3737
case '-v':
38-
console.log('mails v1.0.1')
38+
console.log('mails v1.1.0')
3939
break
4040
default:
4141
console.error(`Unknown command: ${command}`)

0 commit comments

Comments
 (0)