Skip to content

Commit

Permalink
tag 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 31, 2018
1 parent 7e92be7 commit bf8dbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.2.1",
"name": "tillkruss/alfred-laravel-docs",
"description": "An ultra-fast Laravel docs search workflow for Alfred 3.",
"version": "0.2.2",
"keywords": ["alfred", "alfred-workflow", "laravel", "algolia"],
"homepage": "https://till.im",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For example setting the value of `branch` variable on the right `5.5` will searc
<string>master</string>
</dict>
<key>version</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>webaddress</key>
<string>https://till.im</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$parsedown = new Parsedown;
$algolia = new Algolia('8BB87I11DE', '8e1d446d61fce359f69cd7c8b86a50de');

AlgoliaUserAgent::addSuffixUserAgentSegment('Alfred Workflow', '0.2.1');
AlgoliaUserAgent::addSuffixUserAgentSegment('Alfred Workflow', '0.2.2');

$index = $algolia->initIndex('docs');
$search = $index->search($query, ['tagFilters' => $branch]);
Expand Down

0 comments on commit bf8dbbe

Please sign in to comment.