Skip to content

Commit d914b3a

Browse files
committed
readme version bump
1 parent 49781d2 commit d914b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JCodeModel is a fork of the existing Sun codemodel, part of the GlassFish projec
33
With java.net in ruins, it seemed liked a good time to fork this project and
44
clean it up as well as add some new features (for example, Java 7 syntax).
55

6-
The current release is `1.0`, and contains several fixes, cosmetic improvements to
6+
The current release is `1.0.2`, and contains several fixes, cosmetic improvements to
77
the output, and some improved functionality for inner classes to support the
88
development of [Flapi](https://github.com/UnquietCode/Flapi).
99

@@ -25,6 +25,6 @@ Using Maven-style dependencies & repositories, add this information:
2525
<dependency>
2626
<groupId>unquietcode.tools.jcodemodel</groupId>
2727
<artifactId>codemodel</artifactId>
28-
<version>1.0</version>
28+
<version>1.0.2</version>
2929
</dependency>
3030
```

0 commit comments

Comments
 (0)