chore(cli): bump release to 0.1.2

This commit is contained in:
ty
2026-03-30 17:12:10 +08:00
parent 61f47626e7
commit 20be2b5b36
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@moemail/cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Agent-first CLI for MoeMail temporary email service",
"type": "module",
"bin": {
+1 -1
View File
@@ -14,7 +14,7 @@ const program = new Command();
program
.name("moemail")
.description("MoeMail CLI — Agent-friendly temporary email tool")
.version("0.1.0")
.version("0.1.2")
.option("--json", "output as JSON");
registerConfigCommand(program);