From dcaa2d44606daf027b1e10bdde8bd2f1ef3bd182 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 2 Sep 2018 01:33:32 +0200
Subject: [PATCH] Updating docs to reflect 3.3.0 release.

---
 README.md               | 2 +-
 docs/getting_started.md | 2 +-
 docs/index.md           | 1 +
 mkdocs.yml              | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index fd787b29..77e0182a 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,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.1</version>
+    <version>3.3.0</version>
 </dependency>
 ```
 
diff --git a/docs/getting_started.md b/docs/getting_started.md
index ecae6fbc..c5a19af8 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.1</version>
+    <version>3.3.0</version>
 </dependency>
 ```
 
diff --git a/docs/index.md b/docs/index.md
index b9b68338..6f8d92cc 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.3.0](http://www.javadoc.io/doc/com.syncleus.ferma/ferma/3.3.0) -
 [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) -
diff --git a/mkdocs.yml b/mkdocs.yml
index eacbf0c4..def21acb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,7 +6,7 @@ site_dir: 'target/mkdocs'
 edit_uri: 'edit/master/docs'
 site_description: 'An ORM / OGM for the TinkerPop graph stack.'
 site_author: 'Syncleus'
-copyright: 'Copyright &copy; 2004 - 2017 Syncleus, Inc.'
+copyright: 'Copyright &copy; 2004 - 2018 Syncleus, Inc.'
 site_url: 'http://syncleus.com/Ferma'
 pages:
     - Home: index.md
@@ -24,7 +24,7 @@ pages:
     - Comparing the Alternatives: comparing_the_alternatives.md
     - Glossary: glossary.md
 extra:
-  version: '3.2.1'
+  version: '3.3.0'
   logo: 'images/ferma-logo.svg'
   github:
     download_release: true
-- 
GitLab