Skip to content

Commit 84a9ba0

Browse files
committed
release: 0.19.20
1 parent e1d2309 commit 84a9ba0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "large-language-models",
33
"name": "Large Language Models",
4-
"version": "0.19.19",
4+
"version": "0.19.20",
55
"minAppVersion": "0.15.0",
66
"description": "Enables access to LLMs via remote providers (OpenAI, Claude, Gemini) and local LLMs via GPT4ALL.",
77
"author": "eharris128, r-mahoney, & jsmorabito",
88
"authorUrl": "https://bsky.app/profile/evanharris.bsky.social",
99
"fundingUrl": "https://www.buymeacoffee.com/johnny1093",
1010
"isDesktopOnly": false
11-
}
11+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "large-language-models",
3-
"version": "0.19.19",
3+
"version": "0.19.20",
44
"description": "Enables access to LLMs via remote providers (OpenAI, Claude, Gemini) and local LLMs via GPT4ALL",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.19.19": "0.15.0"
3-
}
2+
"0.19.19": "0.15.0",
3+
"0.19.20": "0.15.0"
4+
}

0 commit comments

Comments
 (0)