Skip to content

Commit

Permalink
Prepare v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Dec 1, 2018
1 parent 334f028 commit ad702db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion emoji-lookup.lbaction/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>Emoji Lookup</string>
<key>CFBundleVersion</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>LBTextInputTitle</key>
<string>Find an emoji by keyword</string>
<key>LBDescription</key>
Expand All @@ -26,6 +26,7 @@
<string>https://raw.githubusercontent.com/jasonrudolph/launchbar-emoji-lookup/master/emoji-lookup.lbaction/Contents/Info.plist</string>
<key>LBChangelog</key>
<string>
0.10.0: Add support for the new emojis that Apple introduced in macOS 10.14.1 (68 new emojis!)
0.9.0: Add support for the new emojis that Apple introduced in macOS 10.13.1 (67 new emojis!)
0.8.0: Add support for multi-word search terms (e.g., "joy face", "finger up")
0.7.0: Add support for the new emojis that Apple introduced in 10.12.0 and 10.12.2 (148 new emojis!)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchbar-emoji-lookup",
"version": "0.9.0",
"version": "0.10.0",
"description": "A LaunchBar action to find emojis by keyword.",
"main": "Contents/Scripts/default.js",
"scripts": {
Expand Down

0 comments on commit ad702db

Please sign in to comment.