Merge pull request #53 from nextlevelbuilder/release/cli-v1.5.0
chore: release uipro-cli v1.5.0
This commit is contained in:
commit
316384073b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "uipro-cli",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"description": "CLI to install UI/UX Pro Max skill for AI coding assistants",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
|
@ -25,6 +25,8 @@
|
|||
"copilot",
|
||||
"kiro",
|
||||
"roocode",
|
||||
"codex",
|
||||
"qoder",
|
||||
"ai",
|
||||
"skill"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ const program = new Command();
|
|||
program
|
||||
.name('uipro')
|
||||
.description('CLI to install UI/UX Pro Max skill for AI coding assistants')
|
||||
.version('1.4.0');
|
||||
.version('1.5.0');
|
||||
|
||||
program
|
||||
.command('init')
|
||||
|
|
|
|||
Loading…
Reference in New Issue