Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Jul 4, 2024
1 parent 0665aea commit ae9b5ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.5.0" }
egui_form = { path = "./crates/egui_form", version = "0.2.0" }
egui_inbox = { path = "./crates/egui_inbox", version = "0.5.0" }
egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.5.0" }
egui_router = { path = "./crates/egui_router", version = "0.1.1" }
egui_router = { path = "./crates/egui_router", version = "0.1.2" }
egui_suspense = { path = "./crates/egui_suspense", version = "0.5.0" }
egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.4.0" }
egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.4.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_router"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Lucas Meurer"]
description = "A SPA router for egui"
Expand Down

0 comments on commit ae9b5ed

Please sign in to comment.