From 09ac907c53c283b9a619610d5731d68a64b3d7aa Mon Sep 17 00:00:00 2001 From: nicolaiparlog Date: Fri, 1 May 2015 19:12:59 +0200 Subject: [PATCH] Update README to new version number --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93302d6..b6bc3dc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ License details can be found in the *LICENSE* file in the project's root folder. 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. -The current version is [0.2.0](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.2.0|jar): +The current version is [0.2.1](http://search.maven.org/#artifactdetails|org.codefx.libfx|LibFX|0.2.1|jar): **Maven**: @@ -37,14 +37,14 @@ The current version is [0.2.0](http://search.maven.org/#artifactdetails|org.code org.codefx.libfx LibFX - 0.2.0 + 0.2.1 ``` **Gradle**: ``` - compile 'org.codefx.libfx:LibFX:0.2.0' + compile 'org.codefx.libfx:LibFX:0.2.1' ``` ## Development