From 74f6d22cfde793db67bb53bc1a7bc7cb5f51acd5 Mon Sep 17 00:00:00 2001 From: Mariana Azevedo Date: Fri, 3 Jul 2020 01:01:12 -0300 Subject: [PATCH] Updating API version. --- Procfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 57563f7..2d684f6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.0.0-SNAPSHOT.jar \ No newline at end of file +web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.0.1-SNAPSHOT.jar \ No newline at end of file diff --git a/pom.xml b/pom.xml index 02b2743..e0a6c1d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.mariazevedo88 financial-java-api - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT jar financial-java-api