From bfcaae9e56d06d8cbeea01b4fb968a1beefd01c8 Mon Sep 17 00:00:00 2001 From: Nev Delap Date: Sun, 12 Dec 2021 18:47:25 +1000 Subject: [PATCH] Update to 1.3.1. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- man/ned.1 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b83f99..dd4b743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "ned" -version = "1.3.0" +version = "1.3.1" dependencies = [ "ansi_term", "getopts", diff --git a/Cargo.toml b/Cargo.toml index efc3e43..cc51b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ [package] name = "ned" -version = "1.3.0" +version = "1.3.1" authors = ["Nev Delap "] [dependencies] diff --git a/README.md b/README.md index 4cdb3b1..61a0b93 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Quiet: as many files as needed to find a match. Even without this shortcutting behaviour, quiet matches are more performant than non-quiet matches. -ned 1.3.0 Copyright (C) 2016-2021 Nev Delap - https://github.com/nevdelap/ned +ned 1.3.1 Copyright (C) 2016-2021 Nev Delap - https://github.com/nevdelap/ned License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. diff --git a/man/ned.1 b/man/ned.1 index 30cbaa3..e2f0ada 100644 --- a/man/ned.1 +++ b/man/ned.1 @@ -1,6 +1,6 @@ .\" Manpage for ned. .\" Contact nevdelap@gmail.com to correct errors or typos. -.TH ned 1 "2021-05-15" "ned 1.3.0" +.TH ned 1 "2021-05-15" "ned 1.3.1" .SH NAME .B ned - Powerful regex replace for bulk editing. @@ -181,7 +181,7 @@ https://github.com/nevdelap/ned/wiki .SH AUTHOR Nev Delap (nevdelap@gmail.com) .SH COPYRIGHT -.BR ned " 1.3.0 Copyright (C) 2016-2021 Nev Delap" +.BR ned " 1.3.1 Copyright (C) 2016-2021 Nev Delap" .SH LICENSE License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it.