Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chdb",
"version": "1.1.3",
"version": "1.1.4",
"description": "chDB bindings for nodejs",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion update_libchdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd "$(dirname "$0")"

# Get the newest release version
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
LATEST_RELEASE=v1.1.0
LATEST_RELEASE=v2.0.0b0

# Download the correct version based on the platform
case "$(uname -s)" in
Expand Down