Skip to content

Commit 1bf1ed0

Browse files
committed
add tag
1 parent 58648ef commit 1bf1ed0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos_open_wechat"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55

66
[dependencies]

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "0.1.0"
3+
version = "0.2.5"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "more_wechat",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"identifier": "WITstudio",
55
"build": {
66
"frontendDist": "../dist",

0 commit comments

Comments
 (0)