Skip to content

Commit efd0a95

Browse files
committed
Version 1.6.2
1 parent b5b70bb commit efd0a95

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

4+
Version 1.6.2 – 2018-02-13
5+
--------------------------
6+
7+
### Bugfixes
8+
9+
* Api pagination didn't work correctly any more (missing results from page > 2)
10+
11+
412
Version 1.6.1 – 2017-09-23
513
--------------------------
614

info.plist

+10-2
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,14 @@
404404
<string>Changelog
405405
=========
406406
407+
Version 1.6.2 – 2018-02-13
408+
--------------------------
409+
410+
### Bugfixes
411+
412+
* Api pagination didnt work correctly any more (missing results from page &gt; 2)
413+
414+
407415
Version 1.6.1 – 2017-09-23
408416
--------------------------
409417
@@ -440,7 +448,7 @@ Version 1.5 – 2016-12-13
440448
### Bugfixes
441449
442450
* in some situations private repos were missing (@lxynox)
443-
* after saving GitHub Enterprise url the workflow didnt reopen correctly
451+
* after saving GitHub Enterprise url the workflow didn't reopen correctly
444452
* updated user sub commands (Activity tab does not exist any more on GitHub)
445453
446454
@@ -591,7 +599,7 @@ Version 1.1 – 2015-01-10
591599
<string>0</string>
592600
</dict>
593601
<key>version</key>
594-
<string>1.6.1</string>
602+
<string>1.6.2</string>
595603
<key>webaddress</key>
596604
<string>https://github.com/gharlan/alfred-github-workflow</string>
597605
</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.1';
17+
const VERSION = '1.6.2';
1818
const BUNDLE = 'de.gh01.alfred.github';
1919
const DEFAULT_CACHE_MAX_AGE = 10;
2020

0 commit comments

Comments
 (0)