Skip to content

Commit 77a9687

Browse files
committed
Bump version to 1.0.4
1 parent 3717e04 commit 77a9687

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adk-typescript",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "TypeScript port of Google's Agent Development Kit (ADK)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* ADK TypeScript version
33
*/
4-
export const VERSION = '0.1.1';
4+
export const VERSION = '1.0.4';

0 commit comments

Comments
 (0)