Skip to content

Commit 676e90f

Browse files
committed
actions add art
1 parent 493d988 commit 676e90f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build and Package Desktop App
33

44
on:
55
push:
6-
branches: [main, mcp]
6+
branches: [main, mcp, art]
77
pull_request:
8-
branches: [main, mcp]
8+
branches: [main, mcp, art]
99

1010
jobs:
1111
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jaaz",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Local agent desktop app with MCP tools",
55
"author": "weixuanfu",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)