Skip to content

Commit

Permalink
Bump version to 3.4.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jan 18, 2020
1 parent aa9eb86 commit 4c29800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import LiftSbtHelpers._

organization in ThisBuild := "net.liftweb"
version in ThisBuild := "3.4.0"
version in ThisBuild := "3.4.1"
homepage in ThisBuild := Some(url("http://www.liftweb.net"))
licenses in ThisBuild += ("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
startYear in ThisBuild := Some(2006)
Expand Down

0 comments on commit 4c29800

Please sign in to comment.