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 b68964e commit 4bde015Copy full SHA for 4bde015
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.3",
49
- releaseDate := "7/9/2015"
+ version := "1.1.4-DEMO",
+ releaseDate := "9/22/2015"
50
)
51
52
val webappProjectSettings = WebPlugin.webSettings ++ Seq (
0 commit comments