Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Feb 13, 2018
1 parent b5b70bb commit efd0a95
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 1.6.2 – 2018-02-13
--------------------------

### Bugfixes

* Api pagination didn't work correctly any more (missing results from page > 2)


Version 1.6.1 – 2017-09-23
--------------------------

Expand Down
12 changes: 10 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,14 @@
<string>Changelog
=========
Version 1.6.2 – 2018-02-13
--------------------------
### Bugfixes
* Api pagination didnt work correctly any more (missing results from page &gt; 2)
Version 1.6.1 – 2017-09-23
--------------------------
Expand Down Expand Up @@ -440,7 +448,7 @@ Version 1.5 – 2016-12-13
### Bugfixes
* in some situations private repos were missing (@lxynox)
* after saving GitHub Enterprise url the workflow didnt reopen correctly
* after saving GitHub Enterprise url the workflow didn't reopen correctly
* updated user sub commands (Activity tab does not exist any more on GitHub)
Expand Down Expand Up @@ -591,7 +599,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>webaddress</key>
<string>https://github.com/gharlan/alfred-github-workflow</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Workflow
{
const VERSION = '1.6.1';
const VERSION = '1.6.2';
const BUNDLE = 'de.gh01.alfred.github';
const DEFAULT_CACHE_MAX_AGE = 10;

Expand Down

2 comments on commit efd0a95

@happycollision
Copy link

@happycollision happycollision commented on efd0a95 Feb 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like this version bump is causing your auto-update feature to break. I am guessing because there is no packaged github.alfredworkflow available for the Github release associated with this commit.

@gharlan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed it.

Please sign in to comment.