We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc6a19 commit 65c41edCopy full SHA for 65c41ed
project/Build.scala
@@ -46,8 +46,8 @@ object BuildDef extends Build with VersionSystem {
46
47
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
48
organization := "com.avi",
49
- version := "1.1.0",
50
- releaseDate := "5/27/2014"
+ version := "1.1.1",
+ releaseDate := "5/28/2014"
51
)
52
53
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments