From 1f449e9684961721f43bd7a4a907cadf5288f24c Mon Sep 17 00:00:00 2001 From: Aaron Buitenwerf Date: Tue, 5 Sep 2023 09:38:31 -0400 Subject: [PATCH] 1.3.2 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index d643055..68f944a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-agile-task-notes", "name": "Agile Task Notes", - "version": "1.3.1", + "version": "1.3.2", "minAppVersion": "0.12.0", "description": "Import your tasks from your TFS (Azure or Jira) to take notes on them and make todo-lists!", "author": "BoxThatBeat", diff --git a/package-lock.json b/package-lock.json index aba9b41..e1dce1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-agile-task-notes", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-agile-task-notes", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "sanitizer": "^0.1.3" diff --git a/package.json b/package.json index a674c1f..b314da8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-agile-task-notes", - "version": "1.3.1", + "version": "1.3.2", "description": "Automated grabbing of tasks from TFS (AzureDevops or Jira)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9d91033..d5a85ad 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.1.0": "0.12.0", "1.2.0": "0.12.0", "1.3.0": "0.12.0", - "1.3.1": "0.12.0" + "1.3.1": "0.12.0", + "1.3.2": "0.12.0" } \ No newline at end of file