Skip to content

Commit c094272

Browse files
authored
Merge pull request #594 from ochedru/chore/fix-readme
chore: fix readme
2 parents d2680e3 + 5bac75c commit c094272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fastexcel
22
=========
33
[![Build Status](https://github.com/dhatim/fastexcel/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dhatim/fastexcel/actions)
44
[![Coverage Status](https://coveralls.io/repos/github/dhatim/fastexcel/badge.svg?branch=master)](https://coveralls.io/github/dhatim/fastexcel?branch=master)
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.dhatim/fastexcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.dhatim/fastexcel)
5+
[![Maven Central](https://maven-badges.sml.io/maven-central/org.dhatim/fastexcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.dhatim/fastexcel)
66
[![Javadocs](http://www.javadoc.io/badge/org.dhatim/fastexcel.svg)](http://www.javadoc.io/doc/org.dhatim/fastexcel)
77

88
# fastexcel-writer
@@ -40,7 +40,7 @@ Note heap memory usage is measured just before flushing the workbook to the outp
4040
<dependency>
4141
<groupId>org.dhatim</groupId>
4242
<artifactId>fastexcel</artifactId>
43-
<version>0.19.1</version>
43+
<version>0.20.0</version>
4444
</dependency>
4545
```
4646

0 commit comments

Comments
 (0)