Skip to content

Commit

Permalink
Update README to new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiparlog committed May 1, 2015
1 parent 9d36612 commit 09ac907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ 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**:

``` XML
<dependency>
<groupId>org.codefx.libfx</groupId>
<artifactId>LibFX</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

**Gradle**:

```
compile 'org.codefx.libfx:LibFX:0.2.0'
compile 'org.codefx.libfx:LibFX:0.2.1'
```

## Development
Expand Down

0 comments on commit 09ac907

Please sign in to comment.