From 9c2a6aaceb68fa2beb1e532be825f8d0ecf0227d Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 11 Sep 2017 12:22:03 +0200 Subject: [PATCH] 0.1.5 update (#3) * Update airports.py Added ICON_INFO import * Update version * Update info.plist --- airports.py | 2 +- info.plist | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airports.py b/airports.py index 6e9dd2c..5f739e2 100644 --- a/airports.py +++ b/airports.py @@ -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. diff --git a/info.plist b/info.plist index 5110116..de336fc 100644 --- a/info.plist +++ b/info.plist @@ -190,7 +190,7 @@ version - 0.1.4 + 0.1.5 webaddress https://github.com/darkwinternight/alfred-airports-workflow diff --git a/version b/version index 845639e..9faa1b7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.4 +0.1.5