From f0ee364adc7b661583a083884e4509e91c0105f9 Mon Sep 17 00:00:00 2001 From: Adanos020 Date: Tue, 6 Feb 2024 19:39:41 +0000 Subject: [PATCH] Update version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4a7386..d51efb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "egui_dock" description = "Docking system for egui - an immediate-mode GUI library for Rust" authors = ["lain-dono", "Adam Gąsior (Adanos020)"] -version = "0.10.0" +version = "0.11.0" edition = "2021" rust-version = "1.72" license = "MIT"