Skip to content

Commit

Permalink
release of 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
monitorjbl committed Apr 9, 2015
1 parent ddb26e5 commit b3873cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use it, add this to your POM:
<dependency>
<groupId>com.monitorjbl</groupId>
<artifactId>xlsx-streamer</artifactId>
<version>0.2.4</version>
<version>0.2.6</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -92,7 +92,7 @@ This library uses SLF4j logging. This is a rare use case, but you can plug in yo
<dependency>
<groupId>com.monitorjbl</groupId>
<artifactId>xlsx-streamer</artifactId>
<version>0.2.4</version>
<version>0.2.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.monitorjbl</groupId>
<artifactId>xlsx-streamer</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
<name>Streaming Excel reader</name>
<description>Streaming Excel reader</description>
<url>https://github.com/monitorjbl/excel-streaming-reader</url>
Expand Down

0 comments on commit b3873cf

Please sign in to comment.