We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0130259 commit e956f50Copy full SHA for e956f50
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# Flapi - A fluent API generator for Java
2
-## v0.6.1 [](https://travis-ci.org/UnquietCode/Flapi)
+## v0.6.2 [](https://travis-ci.org/UnquietCode/Flapi)
3
4
### What is it?
5
Flapi is a code generation library for creating fluent API's in Java.
@@ -69,7 +69,7 @@ repository and dependency in your POM file:
69
<dependency>
70
<groupId>unquietcode.tools.flapi</groupId>
71
<artifactId>flapi</artifactId>
72
- <version>0.6.1</version>
+ <version>0.6.2</version>
73
<scope>test</scope>
74
</dependency>
75
```
0 commit comments