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 2d409db commit 4f031ccCopy full SHA for 4f031cc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastax/astra-db-ts",
3
- "version": "0.1.3",
+ "version": "0.1.4",
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.1.2";
+export const LIB_NAME = "astra-db-ts";
+export const LIB_VERSION = "0.1.4";
0 commit comments