Skip to content

Commit bc3b216

Browse files
committed
0.6.0-pre.4
1 parent f41f4c9 commit bc3b216

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsql-js"
3-
version = "0.6.0-pre.3"
3+
version = "0.6.0-pre.4"
44
description = ""
55
authors = ["Pekka Enberg <penberg@iki.fi>"]
66
license = "MIT"

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/darwin-arm64",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/darwin-x64",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/linux-arm64-gnu",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"glibc"
2424
]
25-
}
25+
}

npm/linux-arm64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/linux-arm64-musl",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"musl"
2424
]
25-
}
25+
}

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/linux-x64-gnu",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"glibc"
2424
]
25-
}
25+
}

npm/linux-x64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/linux-x64-musl",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"musl"
2424
]
25-
}
25+
}

npm/win32-x64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/win32-x64-msvc",
3-
"version": "0.6.0-pre.3",
3+
"version": "0.6.0-pre.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)