From e8253d0f2fbe48dba8c3c2fa32c16ee47918302a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 28 Nov 2023 20:41:46 +0000 Subject: [PATCH] Release 0.1.2. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad63869..9222aa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "patchkit" -version = "0.1.1" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index 005facd..bf84252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patchkit" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "Apache-2.0" description = "A library for parsing and manipulating patch files"