mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 06:49:50 +00:00
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:
parent
7b17b3b6e7
commit
4423052f04
3 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "perplexed",
|
"id": "perplexed",
|
||||||
"name": "Perplexed",
|
"name": "Perplexed",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"minAppVersion": "1.8.10",
|
"minAppVersion": "1.8.10",
|
||||||
"description": "Generate source-cited research content from Perplexity, Anthropic Claude, Perplexica, or local LM Studio — directly into your notes.",
|
"description": "Generate source-cited research content from Perplexity, Anthropic Claude, Perplexica, or local LM Studio — directly into your notes.",
|
||||||
"author": "The Lossless Group",
|
"author": "The Lossless Group",
|
||||||
"authorUrl": "https://lossless.group",
|
"authorUrl": "https://lossless.group",
|
||||||
"fundingUrl": "https://lossless.group",
|
"fundingUrl": "https://lossless.group",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "perplexed",
|
"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.",
|
"description": "A plugin for Obsidian that allows you to generate source-cited content using AI using Perplexity and Perplexica.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"0.1.0": "0.15.0"
|
"0.1.0": "0.15.0",
|
||||||
}
|
"0.1.1": "1.8.10"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue