From b26dd16912a5045b635421347481417c962073f3 Mon Sep 17 00:00:00 2001 From: Richard Dallaway Date: Thu, 12 Jan 2017 15:44:39 +0000 Subject: [PATCH] Complete 1.4.1 release (#26) --- README.md | 7 +++++-- build.sbt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09b4f8f..e655d0c 100644 --- a/README.md +++ b/README.md @@ -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" % "" + +..but replacing `` 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 | diff --git a/build.sbt b/build.sbt index e5d74f8..1fee7af 100755 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "widgets" organization := "net.liftmodules" -version := "1.4.0-SNAPSHOT" +version := "1.4.1-SNAPSHOT" liftVersion := "3.0.1"