Set nodejs wrapper version to 0.26.0

This commit is contained in:
Oliver Hamlet
2025-04-22 19:30:53 +01:00
parent 66cd9bfc61
commit db8984096f
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "libloot-nodejs"
version = "0.0.0"
version = "0.26.0"
[lib]
crate-type = ["cdylib"]
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-linux-x64-gnu",
"version": "0.0.0",
"version": "0.26.0",
"os": [
"linux"
],
@@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs-win32-x64-msvc",
"version": "0.0.0",
"version": "0.26.0",
"os": [
"win32"
],
@@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "libloot-nodejs",
"version": "0.0.0",
"version": "0.26.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {