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.