Skip to content

Commit

Permalink
chore(releases): increase package version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode authored Feb 7, 2025
1 parent 0469d5c commit 34837b4
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 @@ -12,7 +12,7 @@ eframe = { version = "0.31.0", default-features = false, features = [
[package]
name = "egui-modal-spinner"
description = "A modal spinner to temporarily suppress user input in egui"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["fluxxcode"]
repository = "https://github.com/fluxxcode/egui-modal-spinner"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Cargo.toml:
```toml
[dependencies]
eframe = "0.31"
egui-modal-spinner = "0.2.0"
egui-modal-spinner = "0.3.0"
```

main.rs:
Expand Down

0 comments on commit 34837b4

Please sign in to comment.