diff --git a/modules/restapi/src/main/resources/sharry-openapi.yml b/modules/restapi/src/main/resources/sharry-openapi.yml index addae2c7..bf9505f0 100644 --- a/modules/restapi/src/main/resources/sharry-openapi.yml +++ b/modules/restapi/src/main/resources/sharry-openapi.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Sharry - version: 1.5.0-SNAPSHOT + version: 1.5.0 description: | Sharry provides a way to share files with others in a convenient way. The core functionality is provided by a server that can be diff --git a/version.sbt b/version.sbt index 77ab1602..dda3ce6c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.5.0-SNAPSHOT" +version in ThisBuild := "1.5.0"