Skip to content

Commit

Permalink
Increase version, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Feb 28, 2024
1 parent bffd54d commit 15d7019
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.4.0 - Customization
## 2024-02-29 - v0.4.0 - Customization
### 🖥 UI
- Changed default file icon from `🖹 (document with text U+1F5B9)` to `🗋 (empty document U+1F5CB)` [#74](https://github.com/fluxxcode/egui-file-dialog/pull/74) \
![preview](media/changelog/v0.4.0/default_file_icon.png)
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.1"
version = "0.4.0"
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 @@ -50,7 +50,7 @@ Cargo.toml:
```toml
[dependencies]
eframe = "0.26.0"
egui-file-dialog = "0.3.1"
egui-file-dialog = "0.4.0"
```

main.rs:
Expand Down

0 comments on commit 15d7019

Please sign in to comment.