Skip to content

Commit

Permalink
chore: bump version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 24, 2023
1 parent 9dfaa22 commit 939a126
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide"
version = "0.5.0"
version = "0.5.1"
rust-version = "1.64"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion chromiumoxide_cdp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_cdp"
version = "0.5.0"
version = "0.5.1"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion chromiumoxide_fetcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_fetcher"
version = "0.5.0"
version = "0.5.1"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion chromiumoxide_pdl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_pdl"
version = "0.5.0"
version = "0.5.1"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion chromiumoxide_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chromiumoxide_types"
version = "0.5.0"
version = "0.5.1"
authors = ["Matthias Seitz <[email protected]>"]
edition = "2021"
description = "Contains the essential types necessary for using chromiumoxide"
Expand Down

0 comments on commit 939a126

Please sign in to comment.