chore: bump version to 0.1.2

This commit is contained in:
Dotta
2026-03-03 14:01:03 -06:00
parent 8f8cc5ad91
commit 6e7f948314
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "paperclipai",
"version": "0.1.1",
"version": "0.1.2",
"description": "Paperclip CLI — orchestrate AI agent teams to run a business",
"type": "module",
"bin": {

View File

@@ -23,7 +23,7 @@ const DATA_DIR_OPTION_HELP =
program
.name("paperclipai")
.description("Paperclip CLI — setup, diagnose, and configure your instance")
.version("0.1.1");
.version("0.1.2");
program.hook("preAction", (_thisCommand, actionCommand) => {
const options = actionCommand.optsWithGlobals() as DataDirOptionLike;