diff --git a/Cargo.toml b/Cargo.toml index 4e6f65d..2c243d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "fzyr" -version = "0.1.2" -homepage = "https://github.com/yonni12/fzyr" -authors = ["yonni12 "] +version = "0.2.0" +homepage = "https://github.com/jmaargh/fzyr" +authors = ["jmaargh "] description = "A fuzzy(er) finder 🔎" -repository = "https://github.com/yonni12/fzyr" +repository = "https://github.com/jmaargh/fzyr" # TODO: # documentation = "" diff --git a/snapcraft/snapcraft.yaml b/snapcraft/snapcraft.yaml index e3e68f9..6919adb 100644 --- a/snapcraft/snapcraft.yaml +++ b/snapcraft/snapcraft.yaml @@ -1,9 +1,9 @@ name: fzyr -version: 0.1.2 -summary: Fast, light, robust Ethereum implementation +version: 0.2.0 +summary: Fast fuzzy unicode text search description: | **fzyr** is a simple and fast fuzzy text search. It exists as both a Rust - library and a standalone executable. Basically fzr re-written in Rust. + library and a standalone executable. Basically fzy re-written in Rust. confinement: strict