Skip to content

Commit 0f7e049

Browse files
committed
Version 1.8.1 (fix version number)
fixes #135
1 parent f290bdf commit 0f7e049

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

4+
Version 1.8.1 – 2022-10-16
5+
--------------------------
6+
7+
### Bugfix
8+
9+
* Fixed version number in workflow
10+
11+
412
Version 1.8 – 2022-10-15
513
------------------------
614

info.plist

+9-1
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,14 @@ echo Workflow::getItemsAsXml();</string>
444444
<string>Changelog
445445
=========
446446
447+
Version 1.8.1 – 2022-10-16
448+
--------------------------
449+
450+
### Bugfix
451+
452+
* Fixed version number in workflow
453+
454+
447455
Version 1.8 – 2022-10-15
448456
------------------------
449457
@@ -676,7 +684,7 @@ Version 1.1 – 2015-01-10
676684
<string>0</string>
677685
</dict>
678686
<key>version</key>
679-
<string>1.7.1</string>
687+
<string>1.8.1</string>
680688
<key>webaddress</key>
681689
<string>https://github.com/gharlan/alfred-github-workflow</string>
682690
</dict>

workflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Workflow
77
{
8-
public const VERSION = '1.7.1';
8+
public const VERSION = '1.8.1';
99
public const BUNDLE = 'de.gh01.alfred.github';
1010
public const DEFAULT_CACHE_MAX_AGE = 10;
1111

0 commit comments

Comments
 (0)