Skip to content

Commit

Permalink
Merge tag 'v0.3.0' into develop
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
ja573 committed Mar 27, 2024
2 parents d770599 + 65bc0e8 commit 49eab4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.0"
version = "0.3.0"
authors = ["Javier Arias <javi@openbookpublishers.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,4 +18,4 @@ log = "0.4.21"
lopdf = "0.32.0"
regex = "1.10.4"
tokio = { version = "1.36.0", features = ["full"] }
waybackmachine-client = { version = "0.2.0", path = "waybackmachine-client"}
waybackmachine-client = { version = "0.3.0", 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.2.0"
version = "0.3.0"
authors = ["Javier Arias <javi@openbookpublishers.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 49eab4c

Please sign in to comment.