From 4d8e4844a1d4254c78a02a26e05cd06e4b5a9f27 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Sat, 25 Mar 2023 17:19:41 +0100 Subject: [PATCH] 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a24c6e..a96aa6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-farm", - "version": "1.1.0", + "version": "1.2.0", "description": "A NodeJS module to access Testing Farm instances through the REST API.", "main": "dist/index.js", "types": "dist/index.d.ts",