mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-06 15:56:36 +08:00
chore(cli): bump release to 0.1.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moemail/cli",
|
"name": "@moemail/cli",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Agent-first CLI for MoeMail temporary email service",
|
"description": "Agent-first CLI for MoeMail temporary email service",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const program = new Command();
|
|||||||
program
|
program
|
||||||
.name("moemail")
|
.name("moemail")
|
||||||
.description("MoeMail CLI — Agent-friendly temporary email tool")
|
.description("MoeMail CLI — Agent-friendly temporary email tool")
|
||||||
.version("0.1.0")
|
.version("0.1.2")
|
||||||
.option("--json", "output as JSON");
|
.option("--json", "output as JSON");
|
||||||
|
|
||||||
registerConfigCommand(program);
|
registerConfigCommand(program);
|
||||||
|
|||||||
Reference in New Issue
Block a user