From b89a12d3107b18b6f47f1c52f3b6dc5ce977afd3 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 17 Jun 2017 05:31:12 -0400 Subject: [PATCH] Bumped the version int he readme to prepare for the next release. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa65b74..0018ae09 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To include Ferma in your project of choice include the following Maven dependenc <dependency> <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> - <version>3.0.2</version> + <version>3.0.3</version> </dependency> ``` -- GitLab