Skip to content

Commit 93b4078

Browse files
committed
update version
1 parent 900f917 commit 93b4078

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.1",
3+
"version": "0.1.2",
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 = "astra-db-ts";
2-
export const LIB_VERSION = "0.1.1";
1+
export const LIB_NAME = "@datastax/astra-db-ts";
2+
export const LIB_VERSION = "0.1.2";

0 commit comments

Comments
 (0)