From d1c1b8b94b7e16651db18aae10bf65e2434bebe3 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 28 Sep 2021 10:37:55 +0900 Subject: [PATCH] bump version to v1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58ee30f..1c3f030 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "fixred" -version = "1.0.1" +version = "1.0.2" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8298b69..e6ef557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fixred" -version = "1.0.1" +version = "1.0.2" edition = "2018" authors = ["rhysd "] description = "Command line tool to fix outdated URLs in files with redirected ones"