Skip to content

Commit

Permalink
Complete 1.4.1 release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y authored Jan 12, 2017
1 parent 09701ee commit b26dd16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ Provides:

To include this module in your Lift project, add the following to `build.sbt`:

libraryDependencies += "net.liftmodules" %% "widgets_3.0" % "1.4.0"
libraryDependencies += "net.liftmodules" %% "widgets_3.0" % "<VERSION>"

..but replacing `<VERSION>` with one of the "Module Version" numbers listed in the table below (e.g., to end up with "1.4.1").

Releases
========

| Lift Version | Scala Version | Module Version |
|--------------|---------------|----------------|
| 3.0.x | 2.12, 2.11 | 1.4.0 |
| 3.0.x | 2.12 | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.liftmodules/widgets_3.0_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.liftmodules/widgets_3.0_2.12) |
| 3.0.x | 2.11 | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.liftmodules/widgets_3.0_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.liftmodules/widgets_3.0_2.11) |
| 2.6.x | 2.10, 2.9 | 1.3 |
| 2.5.x | 2.10, 2.9 | 1.3 |

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "widgets"

organization := "net.liftmodules"

version := "1.4.0-SNAPSHOT"
version := "1.4.1-SNAPSHOT"

liftVersion := "3.0.1"

Expand Down

0 comments on commit b26dd16

Please sign in to comment.