diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa4d57fe..f8f411999 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,7 @@ jobs: strategy: matrix: - # windows-latest, ubuntu-latest - os: [macos-13, macos-latest] + os: [macos-13, macos-latest, windows-latest, ubuntu-latest] arch: [x64, arm64] exclude: - os: windows-latest diff --git a/package.json b/package.json index 156c56e43..58ce2b5f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CherryStudio", - "version": "0.8.27", + "version": "0.9.0", "private": true, "description": "A powerful AI assistant for producer.", "main": "./out/main/index.js",