From f52a1358b696316c836b2f10b8d6440af91864a3 Mon Sep 17 00:00:00 2001 From: Marco LUCARELLA Date: Sun, 12 Feb 2023 12:04:10 +0100 Subject: [PATCH] Update version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 86b3a03..10498a8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-jira-issue", "name": "Jira Issue", - "version": "1.51.2", + "version": "1.52.0", "minAppVersion": "0.12.0", "description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.", "author": "marc0l92", diff --git a/package.json b/package.json index 974ea8c..09ec78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-jira-issue", - "version": "1.51.2", + "version": "1.52.0", "description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index cbb7796..a6e5e86 100644 --- a/versions.json +++ b/versions.json @@ -63,5 +63,6 @@ "1.50.5": "0.12.0", "1.51.0": "0.12.0", "1.51.1": "0.12.0", - "1.51.2": "0.12.0" + "1.51.2": "0.12.0", + "1.52.0": "0.12.0" } \ No newline at end of file