Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jul 30, 2018
1 parent 173165d commit 694087e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"name": "tillkruss/alfred-lorem-ipsum",
"description": "An ultra-fast Laravel docs search workflow for Alfred 3",
"version": "0.2.0",
"keywords": ["alfred", "alfred-workflow", "laravel", "algolia"],
"homepage": "https://till.im",
"support": {
"source": "https://github.com/tillkruss/alfred-laravel-docs",
"issues": "https://github.com/tillkruss/alfred-laravel-docs/issues"
},
"license": "MIT",
"require": {
"joetannenbaum/alfred-workflow": "^0.1.0",
"algolia/algoliasearch-client-php": "^1.27",
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<string>5.6</string>
</dict>
<key>version</key>
<string>0.1.0</string>
<string>0.2.0</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 @@ -14,7 +14,7 @@
$parsedown = new Parsedown;
$algolia = new Algolia('8BB87I11DE', '8e1d446d61fce359f69cd7c8b86a50de');

AlgoliaUserAgent::addSuffixUserAgentSegment('Alfred Workflow', '0.1.0');
AlgoliaUserAgent::addSuffixUserAgentSegment('Alfred Workflow', '0.2.0');

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

0 comments on commit 694087e

Please sign in to comment.