chore: bump cli version to 1.5.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d6a4f74bd0
commit
ea22839044
|
|
@ -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