diff --git a/README.md b/README.md index 35e49c1..b3e590a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RADAR-Gateway +# RADAR-PushEndpoint [![Build Status](https://github.com/RADAR-base/RADAR-PushEndpoint/workflows/CI/badge.svg)](https://github.com/RADAR-base/RADAR-PushEndpoint/actions?query=workflow%3ACI+branch%3Adev+) [![Docker Build](https://img.shields.io/docker/cloud/build/radarbase/radar-push-endpoint)](https://hub.docker.com/repository/docker/radarbase/radar-push-endpoint) diff --git a/build.gradle.kts b/build.gradle.kts index d06260b..fcb2422 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "org.radarbase" -version = "0.1.0-SNAPSHOT" +version = "0.1.0" description = "RADAR Push API Gateway to handle secured data flow to backend." dependencyLocking {