diff --git a/README.md b/README.md index be3f32142cf5a46801ee93596e475a4d30a97642..20d894f44a0ac64d81dfc35db1e351210efb7dd9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To include Ferma in your project of choice include the following maven dependenc <dependency> <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> - <version>2.0.1</version> + <version>2.0.2</version> </dependency> @@ -228,4 +228,4 @@ git clone http://gerrit.syncleus.com/Ferma We also maintain a GitHub clone of the official repository which can be found [here](https://github.com/Syncleus/Ferma). Finally Syncleus also hosts an instance of GitLab which has a -clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/Ferma). \ No newline at end of file +clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/Ferma). diff --git a/pom.xml b/pom.xml index 38f4037766d61ccd696c0930aa7bffc82006f3be..aaba5f3cef3cfda7e6d85519dba621eb3b294b76 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.3-SNAPSHOT</version> <name>Ferma</name>