From 92f6fc258c8a0dfb423cde9148b94f41ce9105f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 6 Sep 2017 12:35:03 -0400 Subject: [PATCH] docs(repo): bumping versions in docs in preperation for release. --- README.md | 2 +- docs/index.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0018ae09..83b914ef 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.3</version> + <version>3.1.0</version> </dependency> ``` diff --git a/docs/index.md b/docs/index.md index cd01ca4a..d234802f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,6 +63,9 @@ including the following. Ferma Javadocs: [latest](http://www.javadoc.io/doc/com.syncleus.ferma/ferma) - +[3.1.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.1.0) - +[3.0.3](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.0.3) - +[3.0.2](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.0.2) - [3.0.1](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.0.1) - [3.0.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.0.0) - [2.2.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/2.2.0) - -- GitLab