Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalniski authored Apr 26, 2023
1 parent edf0c0f commit 1b25f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {
dependencies {
// …
implementation 'com.github.contentful:contentful.java:v10.5.6'
implementation 'com.github.contentful.rich-text-renderer-java:html:1.4.0'
implementation 'com.github.contentful.rich-text-renderer-java:html:1.6.0'
}
```

Expand All @@ -47,7 +47,7 @@ same can be achieved by adding Maven dependencies like so:
<dependency>
<groupId>com.github.contentful.rich-text-renderer-java</groupId>
<artifactId>html</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

Expand Down

0 comments on commit 1b25f2c

Please sign in to comment.