Skip to content

Commit

Permalink
chore(version): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Sep 13, 2024
1 parent 0ddef31 commit b7e6b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

- name: Build Mac
if: matrix.os == 'macos-latest'
run: brew install python-setuptools
run: yarn build:mac
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "0.6.14",
"version": "0.7.0",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
Expand Down

0 comments on commit b7e6b9a

Please sign in to comment.