From 2fce1be51bbc249f1fe89c7b753fc875c4be753a Mon Sep 17 00:00:00 2001 From: Adanos020 Date: Tue, 6 Feb 2024 19:47:08 +0000 Subject: [PATCH] Bump crate version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d51efb7..e3172bd 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.11.0" +version = "0.12.0" edition = "2021" rust-version = "1.72" license = "MIT" diff --git a/README.md b/README.md index de46c55..6f89c80 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add `egui` and `egui_dock` to your project's dependencies. ```toml [dependencies] egui = "0.26" -egui_dock = "0.11" +egui_dock = "0.12" ``` Then proceed by setting up `egui`, following its [quick start guide](https://github.com/emilk/egui#quick-start).