From e184a62002f93f3c35ff1190a0e0680da27b1cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Coletta?= Date: Sun, 20 Oct 2024 18:09:10 +0200 Subject: [PATCH] 1.2.0 --- npm/android-arm-eabi/package.json | 4 ++-- npm/android-arm64/package.json | 4 ++-- npm/darwin-arm64/package.json | 4 ++-- npm/darwin-x64/package.json | 4 ++-- npm/freebsd-x64/package.json | 4 ++-- npm/linux-arm-gnueabihf/package.json | 4 ++-- npm/linux-arm64-gnu/package.json | 4 ++-- npm/linux-arm64-musl/package.json | 4 ++-- npm/linux-x64-gnu/package.json | 4 ++-- npm/linux-x64-musl/package.json | 4 ++-- npm/win32-arm64-msvc/package.json | 4 ++-- npm/win32-ia32-msvc/package.json | 4 ++-- npm/win32-x64-msvc/package.json | 4 ++-- package.json | 2 +- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index 7fe9b78..e1bbb61 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-android-arm-eabi", - "version": "1.1.8", + "version": "1.2.0", "os": [ "android" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 229a64a..1eefdc7 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-android-arm64", - "version": "1.1.8", + "version": "1.2.0", "os": [ "android" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 1b57454..31fdbc5 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-darwin-arm64", - "version": "1.1.8", + "version": "1.2.0", "os": [ "darwin" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 60c42b2..b4b68d0 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-darwin-x64", - "version": "1.1.8", + "version": "1.2.0", "os": [ "darwin" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 019dadb..4451f58 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-freebsd-x64", - "version": "1.1.8", + "version": "1.2.0", "os": [ "freebsd" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 8a88716..d8c9781 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-linux-arm-gnueabihf", - "version": "1.1.8", + "version": "1.2.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 761c7ce..850ebb6 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-linux-arm64-gnu", - "version": "1.1.8", + "version": "1.2.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 80e1447..49a957f 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-linux-arm64-musl", - "version": "1.1.8", + "version": "1.2.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index c041888..87488ee 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-linux-x64-gnu", - "version": "1.1.8", + "version": "1.2.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 87da8fa..c346899 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-linux-x64-musl", - "version": "1.1.8", + "version": "1.2.0", "os": [ "linux" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index dfdcc4d..86ca5f0 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-win32-arm64-msvc", - "version": "1.1.8", + "version": "1.2.0", "os": [ "win32" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index badd067..ab2719b 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-win32-ia32-msvc", - "version": "1.1.8", + "version": "1.2.0", "os": [ "win32" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index da4ea9d..39b39fe 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum-win32-x64-msvc", - "version": "1.1.8", + "version": "1.2.0", "os": [ "win32" ], @@ -18,4 +18,4 @@ "node": ">= 10" }, "repository": "https://github.com/leo91000/subset-sum" -} \ No newline at end of file +} diff --git a/package.json b/package.json index f96acbb..778cbb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leo91000/subset-sum", - "version": "1.1.8", + "version": "1.2.0", "main": "index.js", "types": "index.d.ts", "napi": {