From 51ad2c37e8b857997fe0d20d43212bca2420a262 Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Sun, 4 Jun 2023 18:42:06 +0200 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dd85b2..86d00b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ufw", - "version": "1.0.0-alpha.8", + "version": "2.0.0", "description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", "license": "MIT", "typings": "./index.d.ts",