Skip to content

Commit

Permalink
Bump crate version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanos020 committed Oct 29, 2023
1 parent 8afa2c8 commit 10bac37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.1"
version = "0.9.0"
edition = "2021"
rust-version = "1.70"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![docs.rs](https://img.shields.io/docsrs/egui_dock)](https://docs.rs/egui_dock/)
[![egui_version](https://img.shields.io/badge/egui-0.23-blue)](https://github.com/emilk/egui)

Originally created by [@lain-dono](https://github.com/lain-dono), this library provides docking support for `egui`.
Originally created by [@lain-dono](https://github.com/lain-dono), this library provides a docking system for `egui`.

## Contributing

Expand Down Expand Up @@ -33,7 +33,7 @@ Add `egui` and `egui_dock` to your project's dependencies.
```toml
[dependencies]
egui = "0.23"
egui_dock = "0.8"
egui_dock = "0.9"
```

Then proceed by setting up `egui`, following its [quick start guide](https://github.com/emilk/egui#quick-start).
Expand Down

0 comments on commit 10bac37

Please sign in to comment.