Skip to content

Commit 09ac907

Browse files
author
nicolaiparlog
committed
Update README to new version number
1 parent 9d36612 commit 09ac907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ License details can be found in the *LICENSE* file in the project's root folder.
2929

3030
Releases are published [on GitHub](https://github.com/CodeFX-org/LibFX/releases). The release notes also contain a link to the artifact in Maven Central and its coordinates.
3131

32-
The current version is [0.2.0](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.2.0|jar):
32+
The current version is [0.2.1](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.2.1|jar):
3333

3434
**Maven**:
3535

3636
``` XML
3737
<dependency>
3838
<groupId>org.codefx.libfx</groupId>
3939
<artifactId>LibFX</artifactId>
40-
<version>0.2.0</version>
40+
<version>0.2.1</version>
4141
</dependency>
4242
```
4343

4444
**Gradle**:
4545

4646
```
47-
compile 'org.codefx.libfx:LibFX:0.2.0'
47+
compile 'org.codefx.libfx:LibFX:0.2.1'
4848
```
4949

5050
## Development

0 commit comments

Comments
 (0)