mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-22 23:07:25 +08:00
chore(cli): bump release to 0.1.2
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user