Skip to content

Commit 4d0682b

Browse files
committed
chore: up version
1 parent f3b6a62 commit 4d0682b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Features
3535

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

4040

@@ -135,7 +135,7 @@ Creating database migration files
135135
> ```shell
136136
> # to change the value of some environment variable at runtime
137137
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
138-
> $ java -jar api-4.0.1.RELEASE.jar --SERVER_PORT=80
138+
> $ java -jar api-4.1.0.RELEASE.jar --SERVER_PORT=80
139139
> ```
140140
141141

assets/features.png

137 KB
Loading

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.github.throyer.common.spring-boot</groupId>
1111
<artifactId>api</artifactId>
12-
<version>4.0.1</version>
12+
<version>4.1.0</version>
1313
<name>CRUD API</name>
1414

1515
<description>Exemplo de api simples com Spring Boot</description>

0 commit comments

Comments
 (0)