Skip to content

Commit 3447753

Browse files
committed
Merge tag 'v1.0.0-rc.2' into rc_initial_version
2 parents cca7bec + 0b6b3ff commit 3447753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai21",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "AI21 TypeScript SDK",
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 +1 @@
1-
export const VERSION = '1.0.0-rc.1';
1+
export const VERSION = '1.0.0-rc.2';

0 commit comments

Comments
 (0)