From 4423052f04f4b6b0c568aefd494c5556388c592f Mon Sep 17 00:00:00 2001 From: mpstaton Date: Sat, 9 May 2026 02:53:38 -0500 Subject: [PATCH] chore(release): 0.1.1 Patch release bundling the marketplace-compliance lint pass for the Obsidian community plugin re-submission. No user-visible behavior changes from 0.1.0; this is the bot-clean version. versions.json picks up "0.1.1": "1.8.10" matching the manifest's minAppVersion. Co-Authored-By: Claude Opus 4.7 (1M context) --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index cc23f92..ec7c322 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "perplexed", "name": "Perplexed", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.8.10", "description": "Generate source-cited research content from Perplexity, Anthropic Claude, Perplexica, or local LM Studio — directly into your notes.", "author": "The Lossless Group", "authorUrl": "https://lossless.group", "fundingUrl": "https://lossless.group", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index f8c88f2..7e35b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perplexed", - "version": "0.1.0", + "version": "0.1.1", "description": "A plugin for Obsidian that allows you to generate source-cited content using AI using Perplexity and Perplexica.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9be1f3d..c59a5e6 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.15.0" -} + "0.1.0": "0.15.0", + "0.1.1": "1.8.10" +} \ No newline at end of file