Skip to content

Commit

Permalink
0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Feb 29, 2024
1 parent 6a83161 commit 59d3cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [
exclude = ["benchmarks", "examples"]

[workspace.package]
version = "0.6.6"
version = "0.6.7"
rust-version = "1.75"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos_meta"
version = "0.6.6"
version = "0.6.7"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "leptos_router"
version = "0.6.6"
version = "0.6.7"
edition = "2021"
authors = ["Greg Johnston"]
authors = ["Greg Johnston", "Ben Wishovich"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
Expand Down

0 comments on commit 59d3cce

Please sign in to comment.