diff --git a/Cargo.lock b/Cargo.lock index 4b375cf..9b83f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "ned" -version = "1.2.9" +version = "1.3.0" dependencies = [ "ansi_term", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 1aaf621..efc3e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ [package] name = "ned" -version = "1.2.9" +version = "1.3.0" authors = ["Nev Delap "] [dependencies] diff --git a/README.md b/README.md index e8e2a47..35285e5 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.2.9 Copyright (C) 2016-2021 Nev Delap - https://github.com/nevdelap/ned +ned 1.3.0 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 e0bc5ab..30cbaa3 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.2.9" +.TH ned 1 "2021-05-15" "ned 1.3.0" .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.2.9 Copyright (C) 2016-2021 Nev Delap" +.BR ned " 1.3.0 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.