Skip to content

Commit 949e75f

Browse files
committed
1.0.0-alpha.1
1 parent d8039ab commit 949e75f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4",
3+
"version": "1.0.0-alpha.1",
44
"description": "Astra DB TS Client",
55
"contributors": [
66
"Kavin Gupta (https://github.com/toptobes)",

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 = 'astra-db-ts';
2-
export const LIB_VERSION = "0.1.4";
2+
export const LIB_VERSION = "1.0.0-alpha.1";

0 commit comments

Comments
 (0)