From 49e049fdce2fda5778754eb221636a765660911b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 3 Jul 2024 18:52:09 +0200 Subject: [PATCH] Release 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fcbf11..543c8e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patchkit" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "Apache-2.0" description = "A library for parsing and manipulating patch files"