Skip to content

Commit e956f50

Browse files
committed
bump readme version to 0.6.2
1 parent 0130259 commit e956f50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Flapi - A fluent API generator for Java
2-
## v0.6.1 [![Build Status](https://travis-ci.org/UnquietCode/Flapi.png?branch=master)](https://travis-ci.org/UnquietCode/Flapi)
2+
## v0.6.2 [![Build Status](https://travis-ci.org/UnquietCode/Flapi.png?branch=master)](https://travis-ci.org/UnquietCode/Flapi)
33

44
### What is it?
55
Flapi is a code generation library for creating fluent API's in Java.
@@ -69,7 +69,7 @@ repository and dependency in your POM file:
6969
<dependency>
7070
<groupId>unquietcode.tools.flapi</groupId>
7171
<artifactId>flapi</artifactId>
72-
<version>0.6.1</version>
72+
<version>0.6.2</version>
7373
<scope>test</scope>
7474
</dependency>
7575
```

0 commit comments

Comments
 (0)