Skip to content

Commit a5c0bd2

Browse files
committed
Version 1.6.1
1 parent 4802b43 commit a5c0bd2

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 1.6.1 – 2017-09-23
5+
--------------------------
6+
7+
### Bugfixes
8+
9+
* Support for macOS 10.13 High Sierra
10+
* Commit search results had wrong urls on GitHub Enterprise (@beparker)
11+
12+
413
Version 1.6 – 2017-05-07
514
------------------------
615

info.plist

+10-1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,15 @@
404404
<string>Changelog
405405
=========
406406
407+
Version 1.6.1 – 2017-09-23
408+
--------------------------
409+
410+
### Bugfixes
411+
412+
* Support for macOS 10.13 High Sierra
413+
* Commit search results had wrong urls on GitHub Enterprise (@beparker)
414+
415+
407416
Version 1.6 – 2017-05-07
408417
------------------------
409418
@@ -582,7 +591,7 @@ Version 1.1 – 2015-01-10
582591
<string>0</string>
583592
</dict>
584593
<key>version</key>
585-
<string>1.6</string>
594+
<string>1.6.1</string>
586595
<key>webaddress</key>
587596
<string>https://github.com/gharlan/alfred-github-workflow</string>
588597
</dict>

workflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Workflow
1616
{
17-
const VERSION = '1.6';
17+
const VERSION = '1.6.1';
1818
const BUNDLE = 'de.gh01.alfred.github';
1919
const DEFAULT_CACHE_MAX_AGE = 10;
2020

0 commit comments

Comments
 (0)