Skip to content

Commit

Permalink
Merge pull request #2 from ssoriche/ssoriche/updates_action
Browse files Browse the repository at this point in the history
Add support for Updates Action
  • Loading branch information
ssoriche committed Jun 25, 2019
2 parents d2f781f + e34bec5 commit baf08f1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>meta::cpan</string>
<key>CFBundleVersion</key>
<string>0.0.1</string>
<string>0.0.2</string>
<key>LBAbbreviation</key>
<string>MC</string>
<key>LBDebugLogEnabled</key>
Expand All @@ -26,6 +26,15 @@
<string>ssoriche</string>
<key>LBWebsiteURL</key>
<string>https://ssoriche.com</string>
<key>LBUpdateURL</key>
<string>https://raw.githubusercontent.com/ssoriche/launchbar-metacpan/master/metacpan.lbaction/Contents/Info.plist</string>
<key>LBDownloadURL</key>
<string>https://github.com/ssoriche/launchbar-metacpan/releases</string>
<key>LBChangelog</key>
<string>
0.0.2: Added support for Action Updates Action
0.0.1: Initial public release
</string>
</dict>
<key>LBScripts</key>
<dict>
Expand Down

0 comments on commit baf08f1

Please sign in to comment.