Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jan 1, 2022
1 parent cfe4624 commit fbee857
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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.7.1 – 2022-01-01
--------------------------

### Bugfixes

* Fix deprecation warning when using PHP 8.1


Version 1.7 – 2021-10-26
------------------------

Expand Down
10 changes: 9 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,14 @@ echo Workflow::getItemsAsXml();</string>
<string>Changelog
=========
Version 1.7.1 – 2022-01-01
--------------------------
### Bugfixes
* Fix deprecation warning when using PHP 8.1
Version 1.7 – 2021-10-26
------------------------
Expand Down Expand Up @@ -650,7 +658,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.7</string>
<string>1.7.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 @@ -14,7 +14,7 @@

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

Expand Down

0 comments on commit fbee857

Please sign in to comment.