From 561e53118c0fb4f416e5c5af8e10857996d377f1 Mon Sep 17 00:00:00 2001 From: karma4u101 Date: Mon, 3 Oct 2016 20:19:01 +0200 Subject: [PATCH] Updating documentation. --- CHANGELOG.md | 1 + README.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e234d424..5ad3b5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ For update history see the [History log](https://github.com/karma4u101/FoBo/tree/master/CHANGELOG.md#history-log) section **Latest Stable Releases:** +- **2016-10-03** -- FoBo Module v.17 - **2016-06-25** -- FoBo Module v1.6 - **2015-12-30** -- FoBo Module v1.5.1 diff --git a/README.md b/README.md index dc15a5b0..0091dfbd 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ Setup example: **SBT:** ```scala -"net.liftmodules" %% "fobo_3.0 % "1.6" +"net.liftmodules" %% "fobo_3.0 % "1.7" ``` **Maven:** ```xml net.liftmodules fobo_3.0_2.11.6 - 1.6 + 1.7 ``` The example shows how to include the FoBo/FoBo module built for lift 3.0.x. @@ -104,14 +104,14 @@ Setup example using the FoBo/Lift Bootstrap3 API module: **SBT:** ```scala -"net.liftmodules" %% "fobo-twbs-bootstrap3-api_3.0" % "1.6" +"net.liftmodules" %% "fobo-twbs-bootstrap3-api_3.0" % "1.7" ``` **Maven:** ```xml net.liftmodules fobo-twbs-bootstrap3-api_3.0_2.11.6 - 1.6 + 1.7 ``` The example shows how to include the FoBo Bootstrap3 API module built for lift 3.0.x.