aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-26 20:39:11 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-10-26 20:42:43 +0100
commit3b4110321b0c9f45f849d65163ebb0b6964c5689 (patch)
tree4d1a7433da7dfe05f4995060cb555061c99e34fa /Cargo.toml
parentfeat: clean up debugging code, add multi-line fix to `Rich` (diff)
downloadiced_selection-3b4110321b0c9f45f849d65163ebb0b6964c5689.tar.gz
docs: add examples to helper methods, macros and `Text` doc comments
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 396241e..aa9bd6d 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.0.0"
+version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"