diff --git a/build.gradle b/build.gradle index 11a9766..cc3d1d4 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { } group = "de.tum.cit.aet" -version = "0.2.0" +version = "0.2.1" description = "Benchmarking Application for Performance Tests in the Artemis project" diff --git a/package-lock.json b/package-lock.json index 0a57809..13a9789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "artemis-benchmarking", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "artemis-benchmarking", - "version": "0.2.0", + "version": "0.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 99ec4ab..7120bdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artemis-benchmarking", - "version": "0.2.0", + "version": "0.2.1", "private": true, "description": "Artemis Benchmarking", "license": "MIT", diff --git a/src/main/webapp/app/environments/environment.ts b/src/main/webapp/app/environments/environment.ts index 72a77fa..0ce777d 100644 --- a/src/main/webapp/app/environments/environment.ts +++ b/src/main/webapp/app/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { - VERSION: '0.2.0', + VERSION: '0.2.1', DEBUG_INFO_ENABLED: false, };