Skip to content

Commit

Permalink
chore: up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Throyer committed Feb 22, 2022
1 parent f3b6a62 commit 4d0682b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Features

<p align="center">
<a href="https://throyer-crud-api.herokuapp.com" target="blank"><img src="https://i.imgur.com/YWjBtvG.png" alt="Tecnologias" /></a>
<a href="https://throyer-crud-api.herokuapp.com" target="blank"><img src="./assets/features.png" alt="Tecnologias" /></a>
</p>


Expand Down Expand Up @@ -135,7 +135,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-4.0.1.RELEASE.jar --SERVER_PORT=80
> $ java -jar api-4.1.0.RELEASE.jar --SERVER_PORT=80
> ```


Expand Down
Binary file added assets/features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.github.throyer.common.spring-boot</groupId>
<artifactId>api</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
<name>CRUD API</name>

<description>Exemplo de api simples com Spring Boot</description>
Expand Down

0 comments on commit 4d0682b

Please sign in to comment.