Skip to content

Commit f678879

Browse files
committed
2.0.2
1 parent 7976ab2 commit f678879

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": "@datastax/astra-db-ts",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Data API TypeScript client",
55
"contributors": [
66
"Kavin Gupta (https://github.com/toptobes)",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export const LIB_NAME = 'astra-db-ts';
2424
*
2525
* @public
2626
*/
27-
export const LIB_VERSION = '2.0.1';
27+
export const LIB_VERSION = '2.0.2';

0 commit comments

Comments
 (0)