aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-05 14:22:38 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-05 14:22:38 +0100
commita319355e9cd255e4286b00aad3bcc331caa5dc18 (patch)
treec7242d6e05ea28127f211c55cce1351cff8d5acd
parentfeat: make click interval for double & triple clicks customizable (diff)
downloadiced_selection-a319355e9cd255e4286b00aad3bcc331caa5dc18.tar.gz
chore: bump versionv0.5.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a69ded..c491371 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.4.0"
+version = "0.5.0"
edition = "2024"
license = "MIT"
readme = "README.md"