diff --git a/Cargo.lock b/Cargo.lock index 6e34f89..e244071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "egui_pull_to_refresh" -version = "0.1.1" +version = "0.2.0" dependencies = [ "eframe", "egui", diff --git a/Cargo.toml b/Cargo.toml index be4eb25..1de86c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ egui_dnd = { path = "./crates/egui_dnd", version = "0.5.1" } egui_animation = { path = "./crates/egui_animation", version = "0.2.0" } hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.2.0" } egui_inbox = { path = "./crates/egui_inbox", version = "0.2.0" } -egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.1.1" } +egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.2.0" } egui_suspense = { path = "./crates/egui_suspense", version = "0.1.0" } egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.1.0" } egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.1.0" } diff --git a/crates/egui_pull_to_refresh/Cargo.toml b/crates/egui_pull_to_refresh/Cargo.toml index 320dec0..b832956 100644 --- a/crates/egui_pull_to_refresh/Cargo.toml +++ b/crates/egui_pull_to_refresh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_pull_to_refresh" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "A pull to refresh library for egui" license = "MIT"