Skip to content

Commit 95c7793

Browse files
committed
0.6.0-pre.5
1 parent 3bc8534 commit 95c7793

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.4"
3+
version = "0.6.0-pre.5"
44
description = ""
55
authors = ["Pekka Enberg <[email protected]>"]
66
license = "MIT"

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/darwin-arm64",
3-
"version": "0.6.0-pre.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/darwin-x64",
3-
"version": "0.6.0-pre.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
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.4",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql",
3-
"version": "0.6.0-pre.1",
3+
"version": "0.6.0-pre.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -61,4 +61,4 @@
6161
"version": "napi version"
6262
},
6363
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
64-
}
64+
}

0 commit comments

Comments
 (0)