Skip to content

Commit

Permalink
Merge tag 'v0.2.0' into develop
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
ja573 committed Mar 27, 2024
2 parents da69d80 + 167f3ae commit faea9b9
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.1.0"
version = "0.2.0"
authors = ["Javier Arias <javi@openbookpublishers.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -17,4 +17,4 @@ log = "0.4.21"
lopdf = "0.32.0"
regex = "1.10.4"
tokio = { version = "1.36.0", features = ["full"] }
waybackmachine-client = { version = "0.1.0", path = "waybackmachine-client"}
waybackmachine-client = { version = "0.2.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.1.0"
version = "0.2.0"
authors = ["Javier Arias <javi@openbookpublishers.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit faea9b9

Please sign in to comment.