From 23a34e10c1a174739aae0af12e2a61830ba442c7 Mon Sep 17 00:00:00 2001 From: jontstaz Date: Tue, 3 Oct 2023 23:56:28 +1100 Subject: [PATCH] Version 0.3.0 - namefix --- manifest.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 163b340..3581d95 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "obsidian-linkding-importer", + "id": "linkding-importer", "name": "Linkding Importer", - "version": "0.2.0", + "version": "0.3.0", "minAppVersion": "0.15.0", "description": "Imports your bookmarks from Linkding and saves them into a specified file within the Obsidian Vault.", "author": "jontstaz", diff --git a/package.json b/package.json index 6667d04..f293d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-linkding-importer", - "version": "0.2.0", + "name": "linkding-importer", + "version": "0.3.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7bc1383..b227c3a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.0": "0.15.0", - "0.2.0": "0.15.0" + "0.2.0": "0.15.0", + "0.3.0": "0.15.0" } \ No newline at end of file