commit 0278a52404f4636256e45577beaf031ab6d1d2de
parent 177c7d59a446dc21676957ccb198773c22993c5f
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 1 Oct 2023 18:58:26 +0200
0.2.1
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.2.0",
+ "version": "0.2.1",
"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.2.0",
+ "version": "0.2.1",
"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.2.0",
+ "version": "0.2.1",
"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.2.0",
+ "version": "0.2.1",
"os": [
"linux"
],
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs",
- "version": "0.2.0",
+ "version": "0.2.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {
@@ -38,4 +38,4 @@
},
"packageManager": "yarn@3.6.3",
"repository": "https://github.com/MTRNord/node-yara-rs.git"
-}
-\ No newline at end of file
+}