Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Dec 15, 2022
1 parent 4fed4b0 commit 13689b7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
</dict>
</array>
<key>version</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>webaddress</key>
<string>https://github.com/fedecalendino/alfred-emoji-mate</string>
</dict>
Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Emoji Mate"
version = "1.9.1"
version = "1.9.2"
description = "Quickly search for emojis"
documentation = "https://github.com/fedecalendino/alfred-emoji-mate/blob/main/README.md"
homepage = "https://github.com/fedecalendino/alfred-emoji-mate"
Expand All @@ -13,7 +13,7 @@ authors = [
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
alfred-pyflow = "latest"
emoji = "^2.1.0"
emoji = "^2.2.0"
fuzzywuzzy = "^0.18.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 13689b7

Please sign in to comment.