From faadb31c59888f2e3b19c177e16a7a0a3aadd3e2 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Fri, 31 Mar 2023 17:16:25 -0400 Subject: [PATCH] Incremented version to 0.3 for release. --- build.sbt | 2 +- src/main/resources/application.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a5423a92..3a2b8bde 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.renci" name := "cam-kp-api" -version := "0.3-pre4" +version := "0.3" 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 893da615..f86f8adb 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ { - version = "0.3-pre4" + version = "0.3" host = 0.0.0.0 port = 8080 port = ${?PORT}