Skip to content

Commit 4f031cc

Browse files
authored
fix-user-agent, and bump the version (#15)
1 parent 2d409db commit 4f031cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Astra DB TS Client",
55
"contributors": [
66
"CRW (http://barnyrubble.tumblr.com/)",

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const LIB_NAME = "@datastax/astra-db-ts";
2-
export const LIB_VERSION = "0.1.2";
1+
export const LIB_NAME = "astra-db-ts";
2+
export const LIB_VERSION = "0.1.4";

0 commit comments

Comments
 (0)