Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgQi committed Apr 27, 2024
1 parent ee685d9 commit aedd90b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 36 deletions.
75 changes: 42 additions & 33 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 crates/biliup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biliup"
version = "0.1.20"
version = "0.1.21"
edition = "2021"
description = "Upload video to bilibili."
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/stream-gears/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stream-gears"
version = "0.1.22"
version = "0.1.23"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/stream-gears/tests/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
res = stream_gears.login_by_qrcode(res)
with open(f'{json.loads(res)["token_info"]["mid"]}.json', 'w', encoding='utf-8') as file:
file.write(res)
print(res)
print(res)

0 comments on commit aedd90b

Please sign in to comment.