Skip to content

Commit 86f4a85

Browse files
committed
docs: updated version info to maven and gradle usages
1 parent 3000382 commit 86f4a85

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
@@ -31,14 +31,14 @@ Add it to your build file with:
3131
<dependency>
3232
<groupId>org.codejive</groupId>
3333
<artifactId>java-properties</artifactId>
34-
<version>0.0.2</version>
34+
<version>0.0.6</version>
3535
</dependency>
3636
```
3737

3838
or
3939

4040
```groovy
41-
implementation 'org.codejive:java-properties:0.0.2'
41+
implementation 'org.codejive:java-properties:0.0.6'
4242
```
4343

4444
And add this import to your code:

0 commit comments

Comments
 (0)