Skip to content

Commit 144b498

Browse files
author
Lance Release
committed
Bump version: 0.2.2-beta.0 → 0.2.2
1 parent 8112b84 commit 144b498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.2.1"
2+
current_version = "0.2.2"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lancedb/arrow-flight-sql-client",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A native typescript project for querying Flight SQL endpoints",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)