From e14a58cdb1090172fc3b36fe78b6464197178ff6 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 24 Mar 2023 11:09:38 +0100 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3e3cda..d86d03f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-farm", - "version": "0.1.0", + "version": "1.0.0", "description": "A NodeJS module to access Testing Farm instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",