Skip to content

Commit

Permalink
Increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Feb 20, 2024
1 parent 855dcbf commit f3771d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# egui-file-dialog changelog

## [Unreleased] - v0.3.1 - Bug fixes
## 2024-02-20 - v0.3.1 - Bug fixes
### 🐛 Bug Fixes
- Fixed not being able to select a shortcut directory like Home or Documents [#43](https://github.com/fluxxcode/egui-file-dialog/pull/43)
- Fixed issue where root directories were not displayed correctly [#44](https://github.com/fluxxcode/egui-file-dialog/pull/44) and [#48](https://github.com/fluxxcode/egui-file-dialog/pull/48)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
[package]
name = "egui-file-dialog"
description = "An easy-to-use file dialog for egui"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["fluxxcode"]
repository = "https://github.com/fluxxcode/egui-file-dialog"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Cargo.toml:
```toml
[dependencies]
eframe = "0.26.0"
egui-file-dialog = "0.3.0"
egui-file-dialog = "0.3.1"
```

main.rs:
Expand Down

0 comments on commit f3771d6

Please sign in to comment.