diff --git a/README.md b/README.md
index bf2a299b..bd366684 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ Creating database migration files
> ```shell
> # to change the value of some environment variable at runtime
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
-> $ java -jar api-3.0.3.RELEASE.jar --SERVER_PORT=80
+> $ java -jar api-3.0.4.RELEASE.jar --SERVER_PORT=80
> ```
>
> > [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).
diff --git a/pom.xml b/pom.xml
index cf661725..355b8648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.github.throyer.common.spring-boot
api
- 3.0.3
+ 3.0.4
Common API
Exemplo de api simples com Spring Boot