Skip to content

Commit

Permalink
[mod] gui 0.1.7 发版
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Aug 27, 2023
1 parent 5106ca5 commit 5938652
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions crates/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.1.7]

### 更新

- 修复抖音, 获取最高清晰度

## [0.1.6]

### 更新
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seam",
"version": "0.1.6",
"version": "0.1.7",
"description": "",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seam_gui"
version = "0.1.6"
version = "0.1.7"
description = "seam"
authors = ["Borber"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "seam",
"version": "0.1.6"
"version": "0.1.7"
},
"tauri": {
"bundle": {
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const App = () => {
width={'100px'}
/>
<div class="name">Seam</div>
<div class="version">0.1.6</div>
<div class="version">0.1.7</div>
</div>
<div class="controller">
<input
Expand Down

0 comments on commit 5938652

Please sign in to comment.