Skip to content

Commit 65c41ed

Browse files
author
Hassan Radwan
committed
Updating version number and release date for 1.1.1
1 parent cbc6a19 commit 65c41ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ object BuildDef extends Build with VersionSystem {
4646

4747
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
4848
organization := "com.avi",
49-
version := "1.1.0",
50-
releaseDate := "5/27/2014"
49+
version := "1.1.1",
50+
releaseDate := "5/28/2014"
5151
)
5252

5353
val webappProjectSettings = WebPlugin.webSettings ++ Seq (

0 commit comments

Comments
 (0)