Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
upgrade to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfen@iMac committed Sep 4, 2017
1 parent 1e12b81 commit 53501b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Type keyword to search and get the macOS software download link with this [Alfre
Setup
-----

### [Download here](https://github.com/tickstep/alfred-links-workflow/releases/download/0.1.0/links.alfredworkflow)
### [Download here](https://github.com/tickstep/alfred-links-workflow/releases/download/0.1.1/links.alfredworkflow)

After downloading, simply double-click to install the workflow in Alfred. Use the `lk` command in Alfred to activate the workflow. The workflow will guide you how to do through the prompt options.

Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ echo "{query}" > .query
</dict>
</dict>
<key>version</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>webaddress</key>
<string>http://links.tickstep.com</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion links/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def workflow():
global _workflow, _update_settings

if _workflow is None:
version = '0.1'
version = '0.1.1'

_workflow = Workflow(
capture_args=False,
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 53501b9

Please sign in to comment.