Skip to content

Commit 2dd2b9e

Browse files
committed
chore: bump version to 0.3.2
- Update version in root package.json and all workspace packages - Update expected version in InstallationPage health check example
1 parent de33421 commit 2dd2b9e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ownpilot-monorepo",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"description": "OwnPilot - Privacy-first personal AI assistant platform",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "CLI for OwnPilot",
55
"type": "module",
66
"bin": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/core",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "OwnPilot Core - Secure AI agent engine and tool framework",
55
"type": "module",
66
"sideEffects": false,

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/gateway",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "HTTP API gateway for OwnPilot",
55
"type": "module",
66
"main": "./dist/index.js",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownpilot/ui",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Web UI for OwnPilot",
55
"type": "module",
66
"private": true,

website/src/pages/docs/InstallationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pnpm start`}
246246
curl http://localhost:8080/api/v1/health
247247
248248
# Expected response:
249-
# {"status":"ok","version":"0.3.1"}`}
249+
# {"status":"ok","version":"0.3.2"}`}
250250
language="bash"
251251
/>
252252

0 commit comments

Comments
 (0)