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 5e6f48c commit b5c87f3Copy full SHA for b5c87f3
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.0.0",
50
- releaseDate := "4/28/2014"
+ version := "1.0.1",
+ releaseDate := "5/14/2014"
51
)
52
53
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments