Skip to content

Commit

Permalink
更新版本至0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1595901624 committed Jul 12, 2023
1 parent 73c5f93 commit 9a0409b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<div align="center">
<img src="demo/gpt_all_in_one.jpg" alt="chatgpt"/>
<h1>OneGPT - GPT聚合版</h1>
<div><img src="https://img.shields.io/badge/stable%20version-v0.9.0-blue.svg?style=flat"></img>
<div><img src="https://img.shields.io/badge/stable%20version-v0.9.1-blue.svg?style=flat"></img>
<img src="https://img.shields.io/badge/downloads-5,000+-orange.svg?style=flat"><img>
<!-- <img src="https://img.shields.io/badge/preview%20version-v0.8.0%20Beta-orange.svg?style=flat"></img> -->
<img src="https://img.shields.io/badge/license-GPL%203.0-brightgreen.svg?style=flat"></img>
<img src="https://img.shields.io/badge/language-简体中文-brightgreen.svg?style=flat"></img></div>
<img src="https://img.shields.io/badge/-Windows-blue?logo=windows&logoColor=white" />
<img src="https://img.shields.io/badge/-macOS-black?&logo=apple&logoColor=white" />
<img src="https://img.shields.io/badge/-Linux-6C6694?&logo=linux&logoColor=white" />
<h4>聚合ChatGPT官方版、ChatGPT免费版、文心一言、POE、chat chat等多个平台。</h4>
</div>

Expand Down Expand Up @@ -91,8 +94,6 @@
#### 下载
请前往 Release 页面下载最新版本。下载时建议选择带有 `Latest` 标签或者 `最新版` 标签的版本,带有 `Pre-release` 标签和 `预览版本` 标签的版本是测试版本。

**测试版本往往稳定性不是很好。另外,测试版本暂不提供 `Windows x86` 架构的安装包**

[Gitee](https://gitee.com/haoyu3/gpt-aggregated-edition/releases)

[Github](https://github.com/1595901624/gpt-aggregated-edition/releases)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "one_gpt",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gpt_all"
version = "0.9.0"
version = "0.9.1"
description = "Gpt 聚合版"
authors = ["我是小学生"]
license = "GPL V3.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "OneGPT",
"version": "0.9.0"
"version": "0.9.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 9a0409b

Please sign in to comment.