Skip to content

Commit 920eea0

Browse files
committed
chore: release v0.43.1
1 parent 4ed4b9b commit 920eea0

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

benchmark/vector-selector-benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vector-selector-benchmark",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"author": "Wrtn Technologies",
55
"license": "MIT",
66
"homepage": "https://wrtnlabs.io",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentica/station",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"private": true,
55
"packageManager": "pnpm@10.6.4",
66
"description": "Agentic AI library specialized in LLM Function Calling",

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentica/benchmark",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "Agentic AI Library specialized in LLM Function Calling",
55
"author": "Wrtn Technologies",
66
"license": "MIT",

packages/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@agentica/chat",
33
"type": "module",
4-
"version": "0.43.0",
4+
"version": "0.43.1",
55
"description": "Frontend Application of Agentica",
66
"author": "Wrtn Technologies",
77
"license": "MIT",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agentica",
33
"type": "module",
4-
"version": "0.43.0",
4+
"version": "0.43.1",
55
"description": "Agentic AI Library specialized in LLM Function Calling",
66
"author": "Wrtn Technologies",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentica/core",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "Agentic AI Library specialized in LLM Function Calling",
55
"author": "Wrtn Technologies",
66
"license": "MIT",

packages/create-agentica/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-agentica",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "alias of agentica cli",
55
"type": "module",
66
"bin": "./index.js",

packages/rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentica/rpc",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "Agentic AI Library specialized in LLM Function Calling",
55
"author": "Wrtn Technologies",
66
"license": "MIT",

packages/vector-selector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentica/vector-selector",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"author": "Wrtn Technologies",
55
"license": "MIT",
66
"homepage": "https://wrtnlabs.io",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentica/test",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"private": true,
55
"description": "Test program of Agentica",
66
"author": "Wrtn Technologies",

0 commit comments

Comments
 (0)