Skip to content

Commit

Permalink
Updating docs to reflect 3.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Sep 1, 2018
1 parent adf20ae commit dcaa2d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) -
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dcaa2d4

Please sign in to comment.