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 5bf7aa3 commit 1071101Copy full SHA for 1071101
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 := "0.8.2",
49
- releaseDate := "4/8/2014"
+ version := "0.9.0",
+ releaseDate := "4/15/2014"
50
)
51
52
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments