Skip to content

Commit

Permalink
New version: 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Feb 9, 2024
1 parent 8b859f1 commit d497ffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2",
"version": "0.2.3",
"description": "简洁, 快速, 划词翻译",
"scripts": {
"start": "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 = "tran"
version = "0.2.2"
version = "0.2.3"
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.2",
"version": "0.2.3",
"identifier": "com.borber.tran",
"build": {
"frontendDist": "../dist",
Expand Down

0 comments on commit d497ffb

Please sign in to comment.