We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5207a commit 93e473aCopy full SHA for 93e473a
project/Build.scala
@@ -45,8 +45,8 @@ object BuildDef extends Build with VersionSystem {
45
46
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
47
organization := "com.avi",
48
- version := "1.1.2",
49
- releaseDate := "2/26/2015"
+ version := "1.1.3",
+ releaseDate := "7/9/2015"
50
)
51
52
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments