Skip to content

Commit

Permalink
docs: update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed Aug 22, 2024
1 parent 907a518 commit a9ac016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For a comprehensive list of examples, check out the [API documentation](https://
<dependency>
<groupId>com.buttercms</groupId>
<artifactId>buttercmsclient</artifactId>
<version>1.6</version>
<version>1.12.0</version>
</dependency>
...
</dependencies>
Expand All @@ -29,7 +29,7 @@ For a comprehensive list of examples, check out the [API documentation](https://
**build.gradle**
```
dependencies {
implementation 'com.buttercms:buttercmsclient:1.6'
implementation 'com.buttercms:buttercmsclient:1.12.0'
}
```

Expand Down

0 comments on commit a9ac016

Please sign in to comment.