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]] [[package]]
name = "gemmatrans-client" name = "gemmatrans-client"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",

View File

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

View File

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