Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 7619cb3

Browse files
committed
feat: bump version
1 parent e53e94c commit 7619cb3

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

‎forge.config.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ const config: ForgeConfig = {
166166
},
167167
packageAfterCopy: async (_forgeConfig, buildPath) => {
168168
copyNativeDependency("node-pty", buildPath);
169+
copyNativeDependency("@recallai/desktop-sdk", buildPath);
169170
},
170171
},
171172
publishers: [

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Array - PostHog desktop task manager",
55
"main": ".vite/build/index.js",
66
"versionHash": "dynamic",

‎pnpm-lock.yaml‎

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)