Skip to content

Commit

Permalink
Merge tag 'v0.4.5' into develop
Browse files Browse the repository at this point in the history
v0.4.5
  • Loading branch information
ja573 committed Nov 25, 2024
2 parents 78f020c + dfadce8 commit 979708f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archive-pdf-urls"
version = "0.4.4"
version = "0.4.5"
authors = ["Javier Arias <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,4 +18,4 @@ log = "0.4.21"
lopdf = "0.32.0"
regex = "1.10.5"
tokio = { version = "1.38.0", features = ["full"] }
waybackmachine-client = { version = "=0.4.4", path = "waybackmachine-client"}
waybackmachine-client = { version = "=0.4.5", path = "waybackmachine-client"}
2 changes: 1 addition & 1 deletion waybackmachine-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waybackmachine-client"
version = "0.4.4"
version = "0.4.5"
authors = ["Javier Arias <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 979708f

Please sign in to comment.