From a5c0bd28d3fd472caba703e0437393059c827d17 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sat, 23 Sep 2017 13:19:27 +0200 Subject: [PATCH] Version 1.6.1 --- CHANGELOG.md | 9 +++++++++ info.plist | 11 ++++++++++- workflow.php | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cb504..f0d2ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +Version 1.6.1 – 2017-09-23 +-------------------------- + +### Bugfixes + +* Support for macOS 10.13 High Sierra +* Commit search results had wrong urls on GitHub Enterprise (@beparker) + + Version 1.6 – 2017-05-07 ------------------------ diff --git a/info.plist b/info.plist index 795f6c6..4377217 100644 --- a/info.plist +++ b/info.plist @@ -404,6 +404,15 @@ Changelog ========= +Version 1.6.1 – 2017-09-23 +-------------------------- + +### Bugfixes + +* Support for macOS 10.13 High Sierra +* Commit search results had wrong urls on GitHub Enterprise (@beparker) + + Version 1.6 – 2017-05-07 ------------------------ @@ -582,7 +591,7 @@ Version 1.1 – 2015-01-10 0 version - 1.6 + 1.6.1 webaddress https://github.com/gharlan/alfred-github-workflow diff --git a/workflow.php b/workflow.php index 11fea13..cd01d15 100644 --- a/workflow.php +++ b/workflow.php @@ -14,7 +14,7 @@ class Workflow { - const VERSION = '1.6'; + const VERSION = '1.6.1'; const BUNDLE = 'de.gh01.alfred.github'; const DEFAULT_CACHE_MAX_AGE = 10;