Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 7, 2023
1 parent 256eaa1 commit a8c9dad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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 html-query-ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html-query-ast"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Tom Forbes <[email protected]>"]
repository = "https://github.com/orf/hq"
Expand Down
4 changes: 2 additions & 2 deletions html-query-extractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html-query-extractor"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Tom Forbes <[email protected]>"]
repository = "https://github.com/orf/hq"
Expand All @@ -12,4 +12,4 @@ markup5ever = "0.11.0"
serde_json = "1.0.93"
scraper = "0.18.0"
thiserror = "1.0.40"
html-query-ast = {version= "0.1.1", path= "../html-query-ast" }
html-query-ast = {version= "0.2.0", path= "../html-query-ast" }
4 changes: 2 additions & 2 deletions html-query-web-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2021"
dioxus = "0.4.0"
dioxus-web = "0.4.0"
getrandom = { version = "0.2", features = ["js"] }
html-query-ast = {version= "0.1.1", path= "../html-query-ast" }
html-query-extractor = {version= "0.1.1", path= "../html-query-extractor" }
html-query-ast = {version= "0.2.0", path= "../html-query-ast" }
html-query-extractor = {version= "0.2.0", path= "../html-query-extractor" }
serde_json = { version = "1.0.96", default-features = false }
web-sys = { version = "0.3.61", features = ["console"] }
serde = { version = "1.0.160", features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions html-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html-query"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["Tom Forbes <[email protected]>"]
repository = "https://github.com/orf/hq"
Expand All @@ -12,8 +12,8 @@ readme = "../README.md"
clap = { version = "4.1.13", features = ["derive"] }
anyhow = "1.0.70"
serde_json = "1.0.93"
html-query-ast = {version= "0.1.1", path= "../html-query-ast" }
html-query-extractor = {version= "0.1.1", path= "../html-query-extractor" }
html-query-ast = {version= "0.2.0", path= "../html-query-ast" }
html-query-extractor = {version= "0.2.0", path= "../html-query-extractor" }

[[bin]]
name = "hq"
Expand Down

0 comments on commit a8c9dad

Please sign in to comment.