Skip to content

Commit

Permalink
Merge pull request #170 from Radiicall/bump-version
Browse files Browse the repository at this point in the history
bump to version 1.3.1
  • Loading branch information
Radiicall authored Jan 26, 2025
2 parents e89859b + b7b7c6f commit 64f52cf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
22 changes: 18 additions & 4 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions jellyfin-rpc-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jellyfin-rpc-cli"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
description = "Displays the content you're currently watching on Discord!"
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -29,7 +29,8 @@ time = "0.3"
serde_json = "1.0"

[dependencies.jellyfin-rpc]
path = "../jellyfin-rpc"
#path = "../jellyfin-rpc"
version = "1.3.1"

[dependencies.clap]
features = ["derive"]
Expand Down
2 changes: 1 addition & 1 deletion jellyfin-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jellyfin-rpc"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
description = "Backend for the Jellyfin-RPC-cli and Jellyfin-RPC-Iced projects"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 64f52cf

Please sign in to comment.