Skip to content

Commit

Permalink
New version: 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Feb 26, 2024
1 parent 4956331 commit 77933c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tran",
"version": "0.2.3",
"version": "0.2.4",
"description": "简洁, 快速, 划词翻译",
"type": "module",
"scripts": {
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 = "tran"
version = "0.2.3"
version = "0.2.4"
description = "Tran translate the selected words"
authors = ["Borber"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Tran",
"version": "0.2.3",
"version": "0.2.4",
"identifier": "com.borber.tran",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const App = () => {
await fetch("https://key.borber.top/TRAN_VERSION").then(
async (resp) => {
const version = await resp.text()
Update(version != "0.2.3")
Update(version != "0.2.4")
}
)
})
Expand Down

0 comments on commit 77933c2

Please sign in to comment.