From a3c6ad6669d474d7b1dad693de6896016ff381a1 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Mon, 6 Feb 2023 08:37:06 -0800 Subject: [PATCH] v1.7.4 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- ESLint.novaextension/extension.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 069c03ba..b7dd1df0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem. **Environment** - Nova version: -- Extension version: +- Extension version: - ESLint version: - macOS version: - NodeJS information: diff --git a/ESLint.novaextension/extension.json b/ESLint.novaextension/extension.json index 8007c0c5..aee896ef 100644 --- a/ESLint.novaextension/extension.json +++ b/ESLint.novaextension/extension.json @@ -3,7 +3,7 @@ "name": "ESLint", "organization": "Cameron Little", "description": "Lint your code with ESLint.", - "version": "1.7.3", + "version": "1.7.4", "categories": ["issues", "formatters", "commands"], "homepage": "https://github.com/apexskier/nova-eslint#readme", "repository": "https://github.com/apexskier/nova-eslint",