Skip to content

Commit

Permalink
Release 0.2.0-pre.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Apr 15, 2022
1 parent 3487e45 commit 87ef4e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion engine-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "unm_engine"
description = "The engine base for UnblockNeteaseMusic, including the executor and the Engine trait."
license = "LGPL-3.0-or-later"
version = "0.2.0-pre.3"
version = "0.2.0-pre.4"
edition = "2021"
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion engines/joox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "unm_engine_joox"
description = "The Joox engine for UnblockNeteaseMusic."
license = "LGPL-3.0-or-later"
version = "0.2.0-pre.2"
version = "0.2.0-pre.4"
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
readme = "../../README.md"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion engines/ytdl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "unm_engine_ytdl"
description = "The YtDl (youtube-dl, yt-dlp, …) engine for UnblockNeteaseMusic."
license = "LGPL-3.0-or-later"
version = "0.2.0-pre.2"
version = "0.2.0-pre.4"
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
readme = "../../README.md"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "unm_types"
description = "The type definitions for UnblockNeteaseMusic."
license = "LGPL-3.0-or-later"
version = "0.2.0-pre.2"
version = "0.2.0-pre.4"
repository = "https://github.com/UnblockNeteaseMusic/server-rust"
readme = "../README.md"
edition = "2021"
Expand Down

0 comments on commit 87ef4e4

Please sign in to comment.