From 5f8941e1f2c1bfb2fcc692bfd929c6bd961e7239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=A2=A7=E8=97=A4?= <2957035701@qq.com> Date: Sat, 13 Jan 2024 18:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20=E5=8F=91=E5=B8=83v1.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f7ec6833..d868d927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ceobe-canteen-electron", - "version": "1.0.4-rc", + "version": "1.0.4", "private": true, "description": "帮小刻找好多好吃的饼", "author": "CeobeCanteen", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1ad625e9..da8c6171 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceobe-canteen-desktop" -version = "1.0.4-rc" +version = "1.0.4" description = "小刻食堂的桌面端,恭喜你电脑有多了个和小刻一样喜欢吃东西的浏览器内核 " authors = ["FrozenString"] license="AGPL-3" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d551c13c..851cb86b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "小刻食堂", - "version": "1.0.4-rc" + "version": "1.0.4" }, "tauri": { "systemTray": {