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