From 78fe0265dd041bc5fcff07f9ff1cafc70094d052 Mon Sep 17 00:00:00 2001 From: Setzer22 Date: Sat, 10 Dec 2022 12:55:13 +0100 Subject: [PATCH] Bump version to 0.4.0 --- egui_node_graph/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui_node_graph/Cargo.toml b/egui_node_graph/Cargo.toml index 7a4420a..25292d4 100644 --- a/egui_node_graph/Cargo.toml +++ b/egui_node_graph/Cargo.toml @@ -4,7 +4,7 @@ description = "A helper library to create interactive node graphs using egui" homepage = "https://github.com/setzer22/egui_node_graph" repository = "https://github.com/setzer22/egui_node_graph" license = "MIT" -version = "0.3.0" +version = "0.4.0" keywords = ["ui", "egui", "graph", "node"] authors = ["setzer22"] edition = "2021"