commit 20ae1eac13cc801bd1869ca2fc87e43d8db4fdf4
parent 0660c304627e2f322450281d2e27c51bdb08282b
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 1 Oct 2023 17:06:27 +0200
0.1.0
Diffstat:
5 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-darwin-arm64",
- "version": "0.0.0",
+ "version": "0.1.0",
"os": [
"darwin"
],
diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-darwin-x64",
- "version": "0.0.0",
+ "version": "0.1.0",
"os": [
"darwin"
],
diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-linux-arm64-gnu",
- "version": "0.0.0",
+ "version": "0.1.0",
"os": [
"linux"
],
diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-linux-x64-gnu",
- "version": "0.0.0",
+ "version": "0.1.0",
"os": [
"linux"
],
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs",
- "version": "0.0.0",
+ "version": "0.1.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
@@ -35,4 +35,4 @@
},
"packageManager": "yarn@3.6.3",
"repository": "https://github.com/MTRNord/node-yara-rs.git"
-}
-\ No newline at end of file
+}