diff --git a/manifest.json b/manifest.json index 31e8faf..ab5971e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-agile-task-notes", "name": "Agile Task Notes", - "version": "1.0.5", + "version": "1.1.0", "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 7dbb3e7..1a3430e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-agile-task-notes", - "version": "1.0.5", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-agile-task-notes", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "dependencies": { "sanitizer": "^0.1.3" diff --git a/package.json b/package.json index 4eefd85..a382af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-agile-task-notes", - "version": "1.0.5", + "version": "1.1.0", "description": "Automated grabbing of tasks from TFS (AzureDevops or Jira)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3aa50cc..7e6c088 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.12.0", "1.0.3": "0.12.0", "1.0.4": "0.12.0", - "1.0.5": "0.12.0" + "1.0.5": "0.12.0", + "1.1.0": "0.12.0" } \ No newline at end of file