Skip to content

Commit 33ad2a1

Browse files
committed
build(release): sync 0.1.4 version entrypoints
1 parent 7a88d03 commit 33ad2a1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

desktop-shell/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wechat-auto-shell",
33
"private": true,
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host 127.0.0.1 --port 1420",

desktop-shell/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop-shell/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wechat-auto-shell"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Desktop shell for the WeChat auto listener"
55
authors = ["OpenAI Codex"]
66
edition = "2021"

desktop-shell/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "WeChat Auto Shell",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"identifier": "com.wechatauto.shell",
66
"build": {
77
"beforeDevCommand": "npm run dev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wechat-pc-auto"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Stable WeChat PC session-preview listener with sidebar translation"
99
readme = "README.md"
1010
authors = [{name = "YourName", email = "your@email.com"}]

0 commit comments

Comments
 (0)