From 975a94dfe82ce3b4793bec0ee3c057b6a9e21e9f Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Sun, 1 Jun 2025 14:36:36 +0300 Subject: [PATCH] 1.0.1 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 5dc5d60..000f76f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "jira-issue-notes", "name": "Jira Issue Notes", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Plugin for fetching and managing Jira issues directly from your notes", "author": "Maxim Syomochkin", "authorUrl": "https://mak-sim.ru", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c6ed16d..3bec719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "node-fetch": "^3.3.2", diff --git a/package.json b/package.json index 2fec518..c403056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jira-issue-notes", - "version": "1.0.0", + "version": "1.0.1", "description": "Plugin for fetching and managing Jira issues directly from your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..a6d5a03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +} \ No newline at end of file