From 2fbd2580ad9a023f8c9219d684a44aceb67a99d5 Mon Sep 17 00:00:00 2001 From: RyotaUshio Date: Thu, 7 Dec 2023 21:49:19 +0900 Subject: [PATCH] release: 0.3.2 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2b7143c..2da2f18 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "enhanced-link-suggestions", "name": "Enhanced Link Suggestions", - "version": "0.3.1", + "version": "0.3.2", "minAppVersion": "1.3.5", "description": "Upgrade Obsidian's built-in link suggestions with quick preview & block markdown rendering.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index 593f5e2..0d6ce9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-enhanced-link-suggestions", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-enhanced-link-suggestions", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { "monkey-around": "^2.3.0" diff --git a/package.json b/package.json index fa403bf..8bd3604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhanced-link-suggestions", - "version": "0.3.1", + "version": "0.3.2", "description": "Upgrade Obsidian's built-in link suggestions with quick preview & block markdown rendering.", "main": "lib/index.js", "types": "lib/index.d.ts",