Skip to content

Commit

Permalink
release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed Mar 6, 2022
1 parent 8a0db5b commit beede4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>se.alipsa</groupId>
<artifactId>spreadsheets</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<packaging>jar</packaging>

<!-- general information about your package -->
Expand Down Expand Up @@ -322,7 +322,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Built and tested with SODS version 1.4.


# Version history
### 1.3.3
### 1.3.3, Feb 6, 2022
- make ods import behave similar to excel when importing percentages (i.e import it as a decimal e.g. 0.54 instead of 54%)
- improve test: check that column headers are imported correctly
- upgrade poi and slf4j
Expand Down

0 comments on commit beede4b

Please sign in to comment.