Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jan 8, 2024
1 parent a25a42d commit 717082b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bhttp-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bhttp-convert"
version = "0.4.0"
version = "0.5.0"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion bhttp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bhttp"
version = "0.4.0"
version = "0.5.0"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ohttp-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohttp-client-cli"
version = "0.4.0"
version = "0.5.0"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ohttp-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohttp-client"
version = "0.4.0"
version = "0.5.0"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ohttp-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohttp-server"
version = "0.4.0"
version = "0.5.0"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ohttp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohttp"
version = "0.4.0"
version = "0.5.0"
authors = ["Martin Thomson <mt@lowentropy.net>"]
edition = "2021"
build = "build.rs"
Expand Down

0 comments on commit 717082b

Please sign in to comment.