little modify

This commit is contained in:
Julian Freeman
2026-02-23 17:24:13 -04:00
parent 2c61c19093
commit 8df295cbf5
5 changed files with 9 additions and 8 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1251,7 +1251,7 @@ dependencies = [
[[package]]
name = "gemmatrans-client"
version = "0.1.3"
version = "0.2.0"
dependencies = [
"futures-util",
"reqwest 0.12.28",

View File

@@ -1,6 +1,6 @@
[package]
name = "gemmatrans-client"
version = "0.1.3"
version = "0.2.0"
description = "A translategemma client"
authors = ["Julian"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "gemmatrans-client",
"version": "0.1.3",
"version": "0.2.0",
"identifier": "top.volan.gemmatrans-client",
"build": {
"beforeDevCommand": "pnpm dev",