Skip to content

Commit

Permalink
fix readme path for publishing; bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arraypad committed May 2, 2022
1 parent e56a834 commit 39d0a3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name = "emojifinder"
description = "The terminal based Emoji finder you've always needed"
homepage = "https://github.com/arraypad/emojifinder"
repository = "https://github.com/arraypad/emojifinder"
version = "0.2.0"
version = "0.2.1"
authors = ["Arpad Ray <arraypad@gmail.com>"]
edition = "2018"
readme = "../README.md"
license = "MIT"
keywords = ["terminal", "cli", "emoji", "search", "fuzzy"]
keywords = ["terminal", "cli", "emoji", "search", "find"]
categories = ["command-line-utilities"]
include = [
"../README.md",
"src/index.bin",
"src/main.rs",
"src/ui/mod.rs",
Expand Down

0 comments on commit 39d0a3c

Please sign in to comment.