Skip to content

Commit

Permalink
Updating documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Oct 3, 2016
1 parent 7080552 commit 561e531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ Setup example:

**SBT:**
```scala
"net.liftmodules" %% "fobo_3.0 % "1.6"
"net.liftmodules" %% "fobo_3.0 % "1.7"
```
**Maven:**
```xml
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo_3.0_2.11.6</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
```
The example shows how to include the FoBo/FoBo module built for lift 3.0.x.
Expand All @@ -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
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>fobo-twbs-bootstrap3-api_3.0_2.11.6</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
```
The example shows how to include the FoBo Bootstrap3 API module built for lift 3.0.x.
Expand Down

0 comments on commit 561e531

Please sign in to comment.