Skip to content

Commit

Permalink
0.1.5 update (#3)
Browse files Browse the repository at this point in the history
* Update airports.py

Added ICON_INFO import

* Update version

* Update info.plist
  • Loading branch information
otherguy authored Sep 11, 2017
1 parent 5b3875e commit 9c2a6aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airports.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
import sys
from workflow import Workflow3 as Workflow, ICON_WARNING, web, MATCH_ATOM, MATCH_SUBSTRING
from workflow import Workflow3 as Workflow, ICON_WARNING, ICON_INFO, web, MATCH_ATOM, MATCH_SUBSTRING

def main(wf):
# Imports go here.
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
</dict>
</dict>
<key>version</key>
<string>0.1.4</string>
<string>0.1.5</string>
<key>webaddress</key>
<string>https://github.com/darkwinternight/alfred-airports-workflow</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 9c2a6aa

Please sign in to comment.