Skip to content

Commit 22ecf09

Browse files
authored
Update README.md
1 parent 172514d commit 22ecf09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/SavioAndres/BrasilAPI-Java/blob/main/LICENSE)
33
[![Java CI with Maven](https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/maven.yml/badge.svg)](https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/maven.yml)
44
[![CodeQL](https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/codeql.yml/badge.svg)](https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/codeql.yml)
5-
[![JitPack](https://jitpack.io/v/SavioAndres/BrasilAPI-Java.svg)](https://jitpack.io/#SavioAndres/BrasilAPI-Java/1.1.0)
5+
[![JitPack](https://jitpack.io/v/SavioAndres/BrasilAPI-Java.svg)](https://jitpack.io/#SavioAndres/BrasilAPI-Java/v1.1.0)
66

77
Biblioteca criada para facilitar o acesso à API [BrasilAPI](https://github.com/BrasilAPI/BrasilAPI) na linguagem de programação Java.
88

@@ -24,7 +24,7 @@ Biblioteca criada para facilitar o acesso à API [BrasilAPI](https://github.com/
2424
<dependency>
2525
<groupId>com.github.SavioAndres</groupId>
2626
<artifactId>BrasilAPI-Java</artifactId>
27-
<version>1.1.0</version>
27+
<version>v1.1.0</version>
2828
</dependency>
2929
</dependencies>
3030
<repositories>
@@ -35,7 +35,7 @@ Biblioteca criada para facilitar o acesso à API [BrasilAPI](https://github.com/
3535
</repositories>
3636
```
3737
### Demais gerenciadores:
38-
Gradle, SBT e Leiningen disponíveis em: [JitPack BrasilAPI-Java](https://jitpack.io/#SavioAndres/BrasilAPI-Java/1.1.0)
38+
Gradle, SBT e Leiningen disponíveis em: [JitPack BrasilAPI-Java](https://jitpack.io/#SavioAndres/BrasilAPI-Java/v1.1.0)
3939

4040
## Exemplo de utilização
4141
```java

0 commit comments

Comments
 (0)