Skip to content

Commit f62e01a

Browse files
committed
Bump version to 0.0.2
1 parent 5319228 commit f62e01a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ export { Collection } from './collections';
1616
export { AstraDB } from './collections/client';
1717
// export * as client from './client';
1818
// export * as logger from './logger';
19-
20-
// import { createStargateUri, createAstraUri } from './collections';
21-
// export { createStargateUri, createAstraUri };

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const LIB_NAME = "@datastax/astra-db-ts";
2-
export const LIB_VERSION = "0.0.1";
2+
export const LIB_VERSION = "0.0.2";

0 commit comments

Comments
 (0)