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 e6d28e6 commit 5439227Copy full SHA for 5439227
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-RC1",
50
- releaseDate := "5/22/2014"
+ version := "1.1.0",
+ releaseDate := "5/27/2014"
51
)
52
53
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments