Skip to content

Commit 900f917

Browse files
authored
Bump version to 0.1.1 (#9)
1 parent ff0b97e commit 900f917

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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.0.27";
2+
export const LIB_VERSION = "0.1.1";

0 commit comments

Comments
 (0)