From 052b1700252e126af47d8e8cca92ed7ae41cbebe Mon Sep 17 00:00:00 2001 From: Matt Sessions Date: Tue, 17 Sep 2024 15:59:58 -0600 Subject: [PATCH] 1.0.3 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 246bacc..2ba587f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-reveal-active-file", "name": "Automatically reveal active file", - "version": "1.0.2", - "minAppVersion": "0.12.15", + "version": "1.0.3", + "minAppVersion": "1.6.7", "description": "This plugin will reveal the active file in the navigation when a file is opened.", "author": "Matt Sessions", "authorUrl": "https://www.matthewsessions.com", diff --git a/package.json b/package.json index 381f992..61ad97d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.2", + "version": "1.0.3", "main": "main.js", "scripts": { "dev": "rollup --config rollup.config.js -w", diff --git a/versions.json b/versions.json index fc112de..7d7de49 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.9.22", "1.0.1": "0.12.15", - "1.0.2": "0.12.15" + "1.0.2": "0.12.15", + "1.0.3": "1.6.7" }