summaryrefslogtreecommitdiff
path: root/0001-feat-version-bump.patch
blob: 010f404c9a72c029b3a85874d41464ed6355d34b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From d4efe12c965ca0d3c7a60baf2a37495904b46a4e Mon Sep 17 00:00:00 2001
From: Matthieu Pignolet <matthieu@puffer.fish>
Date: Mon, 19 May 2025 12:40:41 +0400
Subject: [PATCH] feat: version bump

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 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"
-- 
2.51.0