-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for community plugin guidelines
1. minAppVersion updated in manifest.json 2. fundingURL updated 3. Updated UI elements to sentence case. 4. Removed sample plugin residual code.
- Loading branch information
1 parent
a80440c
commit 25ec184
Showing
2 changed files
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "local-llm-helper", | ||
"name": "Local LLM Helper", | ||
"version": "1.0.2", | ||
"minAppVersion": "0.15.0", | ||
"version": "1.0.3", | ||
"minAppVersion": "1.5.12", | ||
"description": "Use your own secure local LLM server to work with your text!", | ||
"author": "Mani Mohan", | ||
"authorUrl": "https:/warpcast.com/mani", | ||
"fundingUrl": "manee.eth", | ||
"fundingUrl": "https://buymeacoffee.com/manee", | ||
"isDesktopOnly": false | ||
} |