diff --git a/build.gradle b/build.gradle index 00e9e08..5bad13d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { } group = "de.tum.cit.aet" -version = "0.2.1" +version = "0.2.2" description = "Benchmarking Application for Performance Tests in the Artemis project" diff --git a/package-lock.json b/package-lock.json index 4a01a14..f023423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "artemis-benchmarking", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "artemis-benchmarking", - "version": "0.2.1", + "version": "0.2.2", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -5673,6 +5673,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5693,6 +5694,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5713,6 +5715,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5733,6 +5736,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5753,6 +5757,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5773,6 +5778,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5793,6 +5799,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5813,6 +5820,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5833,6 +5841,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5853,6 +5862,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5873,6 +5883,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5893,6 +5904,7 @@ "cpu": [ "ia32" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5913,6 +5925,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 27a0270..35c72ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis-benchmarking", - "version": "0.2.1", + "version": "0.2.2", "private": true, "description": "Artemis Benchmarking", "license": "MIT",