File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.8.1 – 2022-10-16
5
+ --------------------------
6
+
7
+ ### Bugfix
8
+
9
+ * Fixed version number in workflow
10
+
11
+
4
12
Version 1.8 – 2022-10-15
5
13
------------------------
6
14
Original file line number Diff line number Diff line change @@ -444,6 +444,14 @@ echo Workflow::getItemsAsXml();</string>
444
444
<string >Changelog
445
445
=========
446
446
447
+ Version 1.8.1 – 2022-10-16
448
+ --------------------------
449
+
450
+ ### Bugfix
451
+
452
+ * Fixed version number in workflow
453
+
454
+
447
455
Version 1.8 – 2022-10-15
448
456
------------------------
449
457
@@ -676,7 +684,7 @@ Version 1.1 – 2015-01-10
676
684
<string >0 </string >
677
685
</dict >
678
686
<key >version </key >
679
- <string >1.7 .1 </string >
687
+ <string >1.8 .1 </string >
680
688
<key >webaddress </key >
681
689
<string >https://github.com/gharlan/alfred-github-workflow </string >
682
690
</dict >
Original file line number Diff line number Diff line change 5
5
6
6
class Workflow
7
7
{
8
- public const VERSION = '1.7 .1 ' ;
8
+ public const VERSION = '1.8 .1 ' ;
9
9
public const BUNDLE = 'de.gh01.alfred.github ' ;
10
10
public const DEFAULT_CACHE_MAX_AGE = 10 ;
11
11
You can’t perform that action at this time.
0 commit comments