Skip to content

Commit

Permalink
Bump crate version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanos020 committed Feb 6, 2024
1 parent f0ee364 commit 2fce1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 2fce1be

Please sign in to comment.