Skip to content

Commit

Permalink
0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Mar 3, 2024
1 parent 1da2fff commit 9e2fb62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7"
version = "0.6.8"
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.7"
version = "0.6.8"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos_router"
version = "0.6.7"
version = "0.6.8"
edition = "2021"
authors = ["Greg Johnston", "Ben Wishovich"]
license = "MIT"
Expand Down

0 comments on commit 9e2fb62

Please sign in to comment.