Skip to content

Commit

Permalink
Release v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickvanderwaal committed Oct 8, 2015
1 parent 5adb0ae commit 01dd0a0
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.14</version>
<version>0.2.15</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.15-SNAPSHOT</version>
<version>0.2.15</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 01dd0a0

Please sign in to comment.