From f3771d6a1d5d6871880d159a8662ba234bb75552 Mon Sep 17 00:00:00 2001 From: fluxxcode Date: Tue, 20 Feb 2024 19:53:46 +0100 Subject: [PATCH] Increase versions --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb1c6ca..66b59a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 5124f48e..d79de88f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index d7a32594..d059ef15 100644 --- a/README.md +++ b/README.md @@ -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: