From 386ca8d23065ed69f2fa988cf3a2e1106d79d16b Mon Sep 17 00:00:00 2001 From: Lloyd Engebretsen Date: Thu, 10 Sep 2026 14:34:22 -0400 Subject: [PATCH] chore: bump version to 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6acd65..e1db905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pi-background-run", - "version": "0.4.1", + "version": "0.5.0", "description": "Run long shell commands detached in the background for pi; get woken on completion. Output lands in a file; context stays clean.", "type": "module", "license": "MIT",