aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-30 16:32:30 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-05 14:36:42 +0100
commitc85235a2e2424f43dfb0f392d6e4020e20b9f29b (patch)
tree777f6e35e346fb4ec8a387052316c0f06bd54153
parentdocs: update CHANGLELOG and README to reflect latest changes (diff)
downloadiced_selection-c85235a2e2424f43dfb0f392d6e4020e20b9f29b.tar.gz
chore: bump version
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2d4ce4..ccee0e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "iced_selection"
description = "Text selection for `iced`"
authors = ["pml68 <contact@pml68.dev>"]
-version = "0.3.1"
+version = "0.4.0"
edition = "2024"
license = "MIT"
readme = "README.md"