Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The recommended way to use the AWS SDK for Java in your project is to consume it
<dependency>
<groupId>io.github.jpdev01</groupId>
<artifactId>asaassdk</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.4</version>
</dependency>
```

Expand All @@ -26,3 +26,5 @@ The API official documentation can be found [here](https://docs.asaas.com/docs/v

## 5. Deploy
![Deploy](./deploy.png)

Check out the available versions on [Maven Repository](https://repo1.maven.org/maven2/io/github/jpdev01/asaassdk/)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jpdev01</groupId>
<artifactId>asaassdk</artifactId>
<version>1.3</version>
<version>1.4</version>
<packaging>jar</packaging>

<name>Asaas SDK</name>
Expand Down