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) <noreply@anthropic.com>
This commit is contained in:
mpstaton 2026-05-09 02:53:38 -05:00
parent 7b17b3b6e7
commit 4423052f04
3 changed files with 6 additions and 5 deletions

View file

@ -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
}
}

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"0.1.0": "0.15.0"
}
"0.1.0": "0.15.0",
"0.1.1": "1.8.10"
}