summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-05-19 12:40:41 +0400
committerMatthieu Pignolet <matthieu@puffer.fish>2025-05-19 12:40:41 +0400
commitd4efe12c965ca0d3c7a60baf2a37495904b46a4e (patch)
tree8555f88ef3e524bfd567c724916c40f513ae75b7
parent0964cc5aebcb29fede569fee6cac50adfeabc93b (diff)
feat: version bump
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b50ebb4..9422dbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "kondrak-aline"
-version = "0.1.2-1"
+version = "0.1.3"
dependencies = [
"once_cell",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index a406caa..f90536a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kondrak-aline"
-version = "0.1.2-1"
+version = "0.1.3"
edition = "2024"
license = "MIT"
readme = "README.md"