Skip to content

Commit

Permalink
Update version numbers in manifest.json, package-lock.json, and packa…
Browse files Browse the repository at this point in the history
…ge.json files
  • Loading branch information
tomatyss committed Apr 10, 2024
1 parent f40c170 commit 592aea2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "prompt-mixer-langchain-tavily-search-openai-connector",
"name": "Langchain Tavily Search OpenAI Connector",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.1.0",
"description": "Tavily-OpenAI connector harnesses Tavily's web research capabilities and LangChain's AI toolkit to create intelligent, internet-connected agents powered by OpenAI models.",
"author": "Prompt Mixer",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-mixer-langchain-tavily-search-openai-connector",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.1.0"
"1.0.1": "0.1.0"
}

0 comments on commit 592aea2

Please sign in to comment.