Skip to content

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

Cargo.lock

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

api-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_api_utils"
33
description = "The utilities for developing UnblockNeteaseMusic API."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
edition = "2021"
77
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
88
readme = "./README.md"

engine-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine"
33
description = "The engine base for UnblockNeteaseMusic, including the executor and the Engine trait."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.0"
5+
version = "0.3.0"
66
edition = "2021"
77
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
88
readme = "../README.md"

engines/bilibili/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_bilibili"
33
description = "The Bilibili engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/joox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_joox"
33
description = "The Joox engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/kugou/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_kugou"
33
description = "The Kugou engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/kuwo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_kuwo"
33
description = "The Kuwo engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/migu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_migu"
33
description = "The Migu engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/pyncm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_pyncm"
33
description = "The PyNCM engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
77
readme = "../../README.md"
88
edition = "2021"

engines/qq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unm_engine_qq"
33
description = "The QQ engine for UnblockNeteaseMusic."
44
license = "LGPL-3.0-or-later"
5-
version = "0.3.0-pre.1"
5+
version = "0.3.0"
66
edition = "2021"
77
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
88
readme = "../../README.md"

0 commit comments

Comments
 (0)