Skip to content

Commit

Permalink
chore: 发版1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelckc committed Apr 18, 2024
1 parent 8a1d35c commit e8cafb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilibili-message",
"type": "module",
"version": "1.2.5",
"version": "1.2.6",
"private": true,
"scripts": {
"dev": "pnpm run build:icon && vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "bili-message"
version = "1.2.5"
version = "1.2.6"
description = "bilibili弹幕机"
authors = [ "半糖人类" ]
authors = ["半糖人类"]
license = "MIT"
repository = ""
edition = "2021"
Expand All @@ -25,7 +25,7 @@ tauri = { version = "1.4", features = [
"macos-private-api",
"system-tray",
] }
serde = { version = "1.0", features = [ "derive" ] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri-plugin-localhost = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tokio = { version = "1.34.0" }
Expand All @@ -39,4 +39,4 @@ tauri-plugin-context-menu = { git = "https://github.com/c2r0b/tauri-plugin-conte
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = [ "tauri/custom-protocol" ]
custom-protocol = ["tauri/custom-protocol"]

0 comments on commit e8cafb6

Please sign in to comment.