Skip to content

Commit

Permalink
Version 2016.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akuechl committed Oct 4, 2016
1 parent 40a20f3 commit 84b0b35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the maven dependency:
<dependency>
<groupId>info.kuechler.bmf.taxapi</groupId>
<artifactId>taxapi</artifactId>
<version>2016.0.0</version>
<version>2016.0.1</version>
</dependency>
```
or [other build tools](https://admiralsmaster.github.io/taxapi/dependency-info.html)
Expand Down Expand Up @@ -87,3 +87,8 @@ From: https://www.bmf-steuerrechner.de/
</ausgaben>
</lohnsteuer>
```

## Changelog

* 2016.0.1 October 4th, 2016: Make objects serializable
* 2016.0.0 September 18th, 2016: Initial Version
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>info.kuechler.bmf.taxapi</groupId>
<artifactId>taxapi</artifactId>
<version>2016.0.1-SNAPSHOT</version>
<version>2016.0.1</version>
<packaging>jar</packaging>
<name>taxapi</name>

Expand Down

0 comments on commit 84b0b35

Please sign in to comment.