Skip to content

Commit fbee857

Browse files
committed
Version 1.7.1
1 parent cfe4624 commit fbee857

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 1.7.1 – 2022-01-01
5+
--------------------------
6+
7+
### Bugfixes
8+
9+
* Fix deprecation warning when using PHP 8.1
10+
11+
412
Version 1.7 – 2021-10-26
513
------------------------
614

info.plist

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,14 @@ echo Workflow::getItemsAsXml();</string>
444444
<string>Changelog
445445
=========
446446
447+
Version 1.7.1 – 2022-01-01
448+
--------------------------
449+
450+
### Bugfixes
451+
452+
* Fix deprecation warning when using PHP 8.1
453+
454+
447455
Version 1.7 – 2021-10-26
448456
------------------------
449457
@@ -650,7 +658,7 @@ Version 1.1 – 2015-01-10
650658
<string>0</string>
651659
</dict>
652660
<key>version</key>
653-
<string>1.7</string>
661+
<string>1.7.1</string>
654662
<key>webaddress</key>
655663
<string>https://github.com/gharlan/alfred-github-workflow</string>
656664
</dict>

workflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

0 commit comments

Comments
 (0)