Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Feb 18, 2024
1 parent d8acd52 commit eef9798
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 @@ -6,7 +6,7 @@ members = [
[package]
name = "egui-file-dialog"
description = "An easy-to-use file dialog for egui"
version = "0.2.0"
version = "0.3.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 @@ -44,7 +44,7 @@ Cargo.toml:
```toml
[dependencies]
eframe = "0.26.0"
egui-file-dialog = "0.2.0"
egui-file-dialog = "0.3.0"
```

main.rs:
Expand Down

0 comments on commit eef9798

Please sign in to comment.