From b6f542a41448f0041be733afb4d25fab7599b2d5 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 29 Sep 2021 20:10:34 +0900 Subject: [PATCH] bump version to v1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f947914..ba606a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "fixred" -version = "1.1.1" +version = "1.1.2" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3ee1ffd..6c617c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fixred" -version = "1.1.1" +version = "1.1.2" edition = "2018" authors = ["rhysd "] description = "Command line tool to fix outdated URLs in files with redirected ones"