Skip to content

Commit 39d1f62

Browse files
committed
chore: bump version to v1.1.3
1 parent 1903981 commit 39d1f62

5 files changed

Lines changed: 9 additions & 21 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,16 @@ jobs:
4040
- name: Install dependencies
4141
run: npm ci
4242
env:
43-
ELECTRON_MIRROR: https://npmmirror.com/mirrors/electron/
43+
ELECTRON_MIRROR: https://github.com/electron/electron/releases/download/
4444

4545
- name: Build application
4646
run: npm run build
4747

4848
- name: Build and Publish (macOS)
4949
if: matrix.os == 'macos-latest'
50-
run: npx electron-builder --mac --${{ matrix.arch }} --publish=onTag
50+
run: npx electron-builder --mac --${{ matrix.arch }} --publish=always
5151
env:
5252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
ELECTRON_MIRROR: https://npmmirror.com/mirrors/electron/
53+
ELECTRON_MIRROR: https://github.com/electron/electron/releases/download/
5454

55-
- name: Build and Publish (Windows)
56-
if: matrix.os == 'windows-latest'
57-
run: npx electron-builder --win --${{ matrix.arch }} --publish=onTag
58-
env:
59-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
ELECTRON_MIRROR: https://npmmirror.com/mirrors/electron/
61-
62-
- name: Build and Publish (Linux)
63-
if: matrix.os == 'ubuntu-latest'
64-
run: npx electron-builder --linux --${{ matrix.arch }} --publish=onTag
65-
env:
66-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
ELECTRON_MIRROR: https://npmmirror.com/mirrors/electron/
55+
- name: Build and

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Release-v1.1.0-blue?style=flat-square&logo=github" alt="Release">
8+
<img src="https://img.shields.io/badge/Release-v1.1.3-blue?style=flat-square&logo=github" alt="Release">
99
<img src="https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square" alt="License">
1010
<br>
1111
<a href="https://www.electronjs.org/"><img src="https://img.shields.io/badge/Electron-33+-47848F?style=flat-square&logo=electron&logoColor=white" alt="Electron"></a>

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Release-v1.1.0-blue?style=flat-square&logo=github" alt="Release">
8+
<img src="https://img.shields.io/badge/Release-v1.1.3-blue?style=flat-square&logo=github" alt="Release">
99
<img src="https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square" alt="License">
1010
<br>
1111
<a href="https://www.electronjs.org/"><img src="https://img.shields.io/badge/Electron-33+-47848F?style=flat-square&logo=electron&logoColor=white" alt="Electron"></a>

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat2api",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Chat2API 管理器 - 统一管理多个 AI 服务提供商,提供 OpenAI 兼容 API 接口",
55
"main": "./out/main/index.js",
66
"author": {

0 commit comments

Comments
 (0)