diff --git a/build.sbt b/build.sbt index 6625d808..feef245f 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.renci" name := "cam-kp-api" -version := "0.2-pre1" +version := "0.2" licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index ec43d34c..bdf7784d 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ { - version = 0.2-pre1 + version = 0.2 host = 0.0.0.0 port = 8080 port = ${?PORT}