Skip to content

Commit 14101d0

Browse files
committed
Update version to 1.0.2 in config.js, manifest.json, package-lock.json, and package.json
1 parent 3bf3f76 commit 14101d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const config = {
22
connectorName: 'OpenAI Github Connector',
3-
connectorVersion: '1.0.0',
3+
connectorVersion: '1.0.2',
44
models: [
55
'gpt-4-turbo',
66
'gpt-4-turbo-2024-04-09',

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "prompt-mixer-open-ai-with-github-functions-connector",
33
"name": "OpenAI Github Connector",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"minAppVersion": "0.1.0",
66
"description": "This connector includes functions to connect and retrieve information from Github using OpenAI models.",
77
"author": "Prompt Mixer",

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": "prompt-mixer-open-ai-with-github-functions-connector",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "This connector includes functions to connect and retrieve information from Github using OpenAI models.",
55
"type": "module",
66
"main": "main.js",

0 commit comments

Comments
 (0)