Skip to content

Commit

Permalink
Version 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jul 22, 2016
1 parent 4d61c38 commit dc40c1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 1.4.1 – 2016-22-07
--------------------------

* fixed reading environment variables (important for hotkey support)


Version 1.4 – 2016-22-07
------------------------

Expand Down
8 changes: 7 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,12 @@
<string>Changelog
=========
Version 1.4.1 – 2016-22-07
--------------------------
* fixed reading environment variables (important for hotkey support)
Version 1.4 – 2016-22-07
------------------------
Expand Down Expand Up @@ -545,7 +551,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.4</string>
<string>1.4.1</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 @@ -5,7 +5,7 @@

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

Expand Down

0 comments on commit dc40c1e

Please sign in to comment.