1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

New version and add status badge to README.md

This commit is contained in:
Paul-Christian Volkmer 2023-08-11 09:47:20 +02:00
parent 6ecb439007
commit 0e1034d964
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# ETL-Processor for bwHC data
# ETL-Processor for bwHC data [![Run Tests](https://github.com/CCC-MF/etl-processor/actions/workflows/test.yml/badge.svg)](https://github.com/CCC-MF/etl-processor/actions/workflows/test.yml)
Diese Anwendung versendet ein bwHC-MTB-File an das bwHC-Backend und pseudonymisiert die Patienten-ID.

View File

@ -11,7 +11,7 @@ plugins {
}
group = "de.ukw.ccc"
version = "0.1.0"
version = "0.1.1"
java {
sourceCompatibility = JavaVersion.VERSION_17