This commit is contained in:
Julian Freeman
2026-02-22 17:31:10 -04:00
parent d8d4a1f912
commit 93ca9a50d9
3 changed files with 3 additions and 3 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1236,7 +1236,7 @@ dependencies = [
[[package]]
name = "gemmatrans-client"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,6 +1,6 @@
[package]
name = "gemmatrans-client"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

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