Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Jan 17, 2025
1 parent 4701cee commit 7d72f6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artemis-benchmarking",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "Artemis Benchmarking",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/app/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
VERSION: '0.2.0',
VERSION: '0.2.1',
DEBUG_INFO_ENABLED: false,
};

0 comments on commit 7d72f6f

Please sign in to comment.