Skip to content

Commit

Permalink
[mod] gui 发版
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Sep 5, 2023
1 parent 53afd02 commit 6d2fbfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.7",
"version": "0.1.8",
"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.7"
version = "0.1.8"
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.7"
"version": "0.1.8"
},
"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.7</div>
<div class="version">0.1.8</div>
</div>
<div class="controller">
<input
Expand Down

0 comments on commit 6d2fbfe

Please sign in to comment.