Skip to content

Commit b3873cf

Browse files
committed
release of 0.2.6
1 parent ddb26e5 commit b3873cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use it, add this to your POM:
1717
<dependency>
1818
<groupId>com.monitorjbl</groupId>
1919
<artifactId>xlsx-streamer</artifactId>
20-
<version>0.2.4</version>
20+
<version>0.2.6</version>
2121
</dependency>
2222
</dependencies>
2323
```
@@ -92,7 +92,7 @@ This library uses SLF4j logging. This is a rare use case, but you can plug in yo
9292
<dependency>
9393
<groupId>com.monitorjbl</groupId>
9494
<artifactId>xlsx-streamer</artifactId>
95-
<version>0.2.4</version>
95+
<version>0.2.6</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.slf4j</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.monitorjbl</groupId>
77
<artifactId>xlsx-streamer</artifactId>
8-
<version>0.2.6-SNAPSHOT</version>
8+
<version>0.2.6</version>
99
<name>Streaming Excel reader</name>
1010
<description>Streaming Excel reader</description>
1111
<url>https://github.com/monitorjbl/excel-streaming-reader</url>

0 commit comments

Comments
 (0)