We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v5.14.0
1 parent b90814d commit 4a0f145Copy full SHA for 4a0f145
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,6 +38,7 @@ body:
38
label: Gitify Version
39
description: What version of Gitify are you using?
40
options:
41
+ - 5.14.0
42
- 5.13.1
43
- 5.13.0
44
- 5.12.1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitify",
3
- "version": "5.13.1",
+ "version": "5.14.0",
4
"description": "GitHub Notifications on your menu bar.",
5
"main": "src/electron/main.js",
6
"scripts": {
0 commit comments