Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mxismean committed Feb 8, 2023
2 parents 976f8cd + 0243f54 commit 51dd23f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

## Released

## [1.0.0] - 2022-02-08

### Added

- publish v1.0.0 stable version @mxismean

## [0.1.3] - 2022-02-08

### Fixed
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": "chatgpt-app",
"private": true,
"version": "0.1.3",
"version": "1.0.0",
"type": "module",
"author": {
"name": "mxismean",
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
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "ChatGPT"
repository = "https://github.com/mxismean/chatgpt-app"
rust-version = "1.59"
version = "0.1.3"
version = "1.0.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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": "chatgpt-app",
"version": "0.1.3"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 51dd23f

Please sign in to comment.