We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd8c4c commit 5a074c8Copy full SHA for 5a074c8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastax/astra-db-ts",
3
- "version": "0.0.2",
+ "version": "0.0.21",
4
"description": "Astra DB TS Client",
5
"contributors": [
6
"CRW (http://barnyrubble.tumblr.com/)",
src/version.ts
@@ -1,2 +1,2 @@
export const LIB_NAME = "@datastax/astra-db-ts";
-export const LIB_VERSION = "0.0.2";
+export const LIB_VERSION = "0.0.21";
0 commit comments