diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 28347d8b6..bda19fdc0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,12 @@ description: Report a bug title: "(Bug report) " labels: "Type: Bug" body: +- type: textarea + attributes: + label: Description + description: A clear and concise description of the bug and any additional information. + validations: + required: true - type: input attributes: label: TriliumNext Version @@ -38,12 +44,6 @@ body: placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" validations: required: true -- type: textarea - attributes: - label: Description - description: A clear and concise description of the bug and any additional information. - validations: - required: true - type: textarea attributes: label: Error logs diff --git a/package-lock.json b/package-lock.json index caa13b5ed..b7a03063a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trilium", - "version": "0.90.11-beta", + "version": "0.90.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trilium", - "version": "0.90.11-beta", + "version": "0.90.12", "license": "AGPL-3.0-only", "dependencies": { "@braintree/sanitize-url": "7.1.0", diff --git a/package.json b/package.json index ed35922cc..c5ce07848 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "trilium", "productName": "TriliumNext Notes", "description": "Build your personal knowledge base with TriliumNext Notes", - "version": "0.90.11-beta", + "version": "0.90.12", "license": "AGPL-3.0-only", "main": "./dist/electron-main.js", "author": {