Skip to content

Commit

Permalink
Release v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickvanderwaal committed Nov 19, 2015
1 parent cbf8ac5 commit 426de13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order to use Beanmapper in your project, simply add the following Maven depen
<dependency>
<groupId>io.beanmapper</groupId>
<artifactId>beanmapper</artifactId>
<version>0.2.18</version>
<version>0.2.19</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.beanmapper</groupId>
<artifactId>beanmapper</artifactId>
<version>0.2.19-SNAPSHOT</version>
<version>0.2.19</version>
<packaging>jar</packaging>
<name>42 Bean Mapper</name>
<description>Easy-to-use bean mapper for conversion from form to object to view</description>
Expand Down

0 comments on commit 426de13

Please sign in to comment.