Skip to content

Commit 8b358ba

Browse files
committed
increased TS version to 0.1.6 before release
1 parent ba1fe46 commit 8b358ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multi-agent-orchestrator",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Multi-Agent Orchestrator framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file is auto generated, do not modify
2-
export const MAOTS_VERSION = '0.1.5';
2+
export const MAOTS_VERSION = '0.1.6';

0 commit comments

Comments
 (0)