Skip to content

Commit 2fd8fd9

Browse files
committed
Version up
Signed-off-by: Evan Harris <echarris@smcm.edu>
1 parent a8389a6 commit 2fd8fd9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "large-language-models",
33
"name": "Large Language Models",
4-
"version": "0.19.14",
4+
"version": "0.19.15",
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",

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.14",
3+
"version": "0.19.15",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"0.19.14": "0.15.0"
2+
"0.19.15": "0.15.0"
33
}

0 commit comments

Comments
 (0)