diff --git a/Procfile b/Procfile
index e91e699..496aa7d 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.0-SNAPSHOT.jar
\ No newline at end of file
+web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.1-SNAPSHOT.jar
\ No newline at end of file
diff --git a/README.md b/README.md
index f92182d..e62a194 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ The API also was developed to run with an `jar`. In order to generate this `jar`
mvn package
```
-It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-3.1.0-SNAPSHOT.jar`
+It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-3.1.1-SNAPSHOT.jar`
### Execution
@@ -217,7 +217,7 @@ mvn integration-test
In order to run the API, run the jar simply as following:
```bash
-java -jar financial-java-api-3.1.0-SNAPSHOT.jar --spring.profiles.active=dev
+java -jar financial-java-api-3.1.1-SNAPSHOT.jar --spring.profiles.active=dev
```
or
diff --git a/pom.xml b/pom.xml
index 14d1ed1..510ebeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.github.mariazevedo88
financial-java-api
- 3.1.0-SNAPSHOT
+ 3.1.1-SNAPSHOT
jar
financial-java-api