Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Apr 2, 2024
1 parent 70ca281 commit 3c947fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hello_egui"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "A collection of useful crates for egui."
authors = ["Lucas Meurer"]
Expand Down Expand Up @@ -49,10 +49,10 @@ hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.4.0" }
egui_inbox = { path = "./crates/egui_inbox", version = "0.4.0" }
egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.4.0" }
egui_suspense = { path = "./crates/egui_suspense", version = "0.4.0" }
egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.2.0" }
egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.2.1" }
egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.3.0" }
egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.3.0" }
egui_thumbhash = { path = "./crates/egui_thumbhash", version = "0.3.0" }
hello_egui = { path = ".", version = "0.3.0" }
hello_egui = { path = ".", version = "0.4.0" }

egui = { version = "0.27.0", default-features = false }
eframe = { version = "0.27.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_infinite_scroll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_infinite_scroll"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Lucas Meurer"]
homepage = "https://lucasmerlin.github.io/hello_egui/"
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_virtual_list/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_virtual_list"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Lucas Meurer"]
homepage = "https://lucasmerlin.github.io/hello_egui/"
Expand Down

0 comments on commit 3c947fb

Please sign in to comment.