From 1d676dbcda1427fa2d86e4aa59bb00a6576b7232 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 1 Oct 2017 14:42:47 -0400 Subject: [PATCH] docs: preparing documentation for v3.2.1 release. --- README.md | 2 +- docs/getting_started.md | 2 +- docs/index.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6a98af..2559d09a 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.2.0</version> + <version>3.2.1</version> </dependency> ``` diff --git a/docs/getting_started.md b/docs/getting_started.md index 560397f6..ecae6fbc 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -12,7 +12,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.2.0</version> + <version>3.2.1</version> </dependency> ``` diff --git a/docs/index.md b/docs/index.md index 3c80c54e..b9b68338 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,6 +62,7 @@ including the following. Ferma Javadocs: [latest](http://www.javadoc.io/doc/com.syncleus.ferma/ferma) - +[3.2.1](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.2.1) - [3.2.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.2.0) - [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) - -- GitLab