From b17e6f17ce807c8652bc59cd46758661d23ce358 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Mon, 20 May 2024 08:21:54 +0200 Subject: [PATCH] Bump version number to 3.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f37c4a..6c96954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "riffdiff" -version = "3.1.3" +version = "3.2.0" dependencies = [ "backtrace", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 05a84e1..3ee988e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "riffdiff" # Actually "riff", but that was already taken on crates.io -version = "3.1.3" +version = "3.2.0" authors = ["Johan Walles "] edition = "2018" repository = "https://github.com/walles/riff/"